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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ???艅??^ | 001111110011111100111111100011111101011011111101001111110011111101011110 | 3f3f3f8fd6fd3f3f5e |
UTF-8 | 廬볡낫艅뉒낫^ | 11101111101001101000001011101011101100111010000111101011100000101010101111101000100010011000010111101011100010011001001011101011100000101010101101011110 | efa682ebb3a1eb82abe88985eb8992eb82ab5e |
UHC | 廬볡낫艅뉒낫^ | 11100101111111101001001111100111101100111011010011100110101010011000011111100111101100111011010001011110 | e5fe93e7b3b4e6a987e7b3b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)