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 | 禎?o窪?貞 | 10010010111101010011111110000010100011111000110001000101001111111001001011100101 | 92f53f828f8c453f92e5 |
EUC-JP | 禎?o窪?貞 | 11000100111101110011111110100011111011111011011110100110001111111100010011100111 | c4f73fa3efb7a63fc4e7 |
UTF-8 | 禎꿨o窪렜貞 | 111001111010011010001110111010101011111110101000111011111011110110001111111001111010101010101010111010111010000010011100111010001011001010011110 | e7a68eeabfa8efbd8fe7aaaaeba09ce8b29e |
UHC | 禎꿨o窪렜貞 | 111011111110111010110010111001011010001111101111111010001100000110001110101011101110111111110110 | efeeb2e5a3efe8c18eaeeff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)