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 | 町驀??? | 10010010101011001110100101111101001111110011111100111111 | 92ace97d3f3f3f |
EUC-JP | 町驀??? | 11000100101011101111000111011110001111110011111100111111 | c4aef1de3f3f3f |
UTF-8 | 町驀렣壘헤 | 111001111001010010111010111010011010100110000000111010111010000010100011111011111010010110001010111011011001011110100100 | e794bae9a980eba0a3efa58aed97a4 |
UHC | 町驀렣壘헤 | 11101111111010111101100011101001100011101011010011010010111001001100011111101100 | efebd8e98eb4d2e4c7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)