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 | ????t | 0011111100111111001111110011111101110100 | 3f3f3f3f74 |
SJIS-WIN | 鼎???t | 100100110100001100111111001111110011111101110100 | 93433f3f3f74 |
EUC-JP | 鼎???t | 110001011010010000111111001111110011111101110100 | c5a43f3f3f74 |
UTF-8 | 鼎쾡렪렍t | 11101001101111001000111011101100101111101010000111101011101000001010101011101011101000001000110101110100 | e9bc8eecbea1eba0aaeba08d74 |
UHC | 鼎쾡렪렍t | 111100001010001111000100111010011000111010111000100011101010001101110100 | f0a3c4e98eb88ea374 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)