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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 址??攀? | 10011010101011000011111100111111100111011011001100111111 | 9aac3f3f9db33f |
EUC-JP | 址??攀? | 11010100101011100011111100111111110110101011010100111111 | d4ae3f3fdab53f |
UTF-8 | 址얘렗攀렟 | 111001011001110110000000111011001001011010011000111010111010000010010111111001101001010010000000111010111010000010011111 | e59d80ec9698eba097e69480eba09f |
UHC | 址얘렗攀렟 | 11110010101000111011111011101010100011101010110011011010111001111000111010110000 | f2a3beea8eacdae78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)