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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?獨?獨^ | 00111111111000001101010100111111111000001101010101011110 | 3fe0d53fe0d55e |
EUC-JP | ?獨?獨^ | 00111111111000001101011100111111111000001101011101011110 | 3fe0d73fe0d75e |
UTF-8 | 답獨답獨^ | 11101011100010111011010111100111100011011010100011101011100010111011010111100111100011011010100001011110 | eb8bb5e78da8eb8bb5e78da85e |
UHC | 답獨답獨^ | 101101001110010011010100101111001011010011100100110101001011110001011110 | b4e4d4bcb4e4d4bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)