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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 町孟??窪? | 100100101010110010010110110100000011111100111111100011000100010100111111 | 92ac96d03f3f8c453f |
EUC-JP | 町孟??窪? | 110001001010111011001100110100100011111100111111101101111010011000111111 | c4aeccd23f3fb7a63f |
UTF-8 | 町孟렟렫窪렜 | 111001111001010010111010111001011010110110011111111010111010000010011111111010111010000010101011111001111010101010101010111010111010000010011100 | e794bae5ad9feba09feba0abe7aaaaeba09c |
UHC | 町孟렟렫窪렜 | 111011111110101111011000111010111000111010110000100011101011100111101000110000011000111010101110 | efebd8eb8eb08eb9e8c18eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)