To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?砦? | 00111111100011011101010000111111 | 3f8dd43f |
EUC-JP | ?砦? | 00111111101110101101011000111111 | 3fbad63f |
UTF-8 | 倫砦잘 | 111011111010011110010100111001111010000010100110111011001001111010011000 | efa794e7a0a6ec9e98 |
UHC | 倫砦잘 | 111010111100001011110011111101101100000011011111 | ebc2f3f6c0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)