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 | 址?憮儲? | 1001101010101100001111111001110011100001100101101101011100111111 | 9aac3f9ce196d73f |
EUC-JP | 址?憮儲? | 1101010010101110001111111101100011100011110011001101100100111111 | d4ae3fd8e3ccd93f |
UTF-8 | 址명憮儲뎀 | 111001011001110110000000111010111010101010000101111001101000011010101110111001011000010010110010111010111000111010000000 | e59d80ebaa85e686aee584b2eb8e80 |
UHC | 址명憮儲뎀 | 11110010101000111011100011101101110110011110010011101110101110011011010110101001 | f2a3b8edd9e4eeb9b5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)