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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 搖??嚴?? | 1001110110001010001111110011111110011010100011100011111100111111 | 9d8a3f3f9a8e3f3f |
EUC-JP | 搖??嚴?? | 1101100111101010001111110011111111010011111011100011111100111111 | d9ea3f3fd3ee3f3f |
UTF-8 | 搖쇔막嚴끿맏 | 111001101001000010010110111011001000011110010100111010111010011110001001111001011001101010110100111010111000000110111111111010111010011110001111 | e69096ec8794eba789e59ab4eb81bfeba78f |
UHC | 搖쇔막嚴끿맏 | 111010001111010010111100111001011011100010110111111001011111000110000101111001111011100010111010 | e8f4bce5b8b7e5f185e7b8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)