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窪?汀 | 10010010111101010011111110000010100011111000110001000101001111111001001011110011 | 92f53f828f8c453f92f3 |
EUC-JP | 禎?o窪?汀 | 11000100111101110011111110100011111011111011011110100110001111111100010011110101 | c4f73fa3efb7a63fc4f5 |
UTF-8 | 禎꿨o窪렜汀 | 111001111010011010001110111010101011111110101000111011111011110110001111111001111010101010101010111010111010000010011100111001101011000110000000 | e7a68eeabfa8efbd8fe7aaaaeba09ce6b180 |
UHC | 禎꿨o窪렜汀 | 111011111110111010110010111001011010001111101111111010001100000110001110101011101110111111100010 | efeeb2e5a3efe8c18eaeefe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)