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 | 韭オ隕也ケ崎 | 11101000111010101011010111101000101001101001011011100111101110011000110111101000 | e8eab5e8a696e7b98de8 |
EUC-JP | 韭オ隕也ケ崎 | 111100001110110010001110101101011111000010101000110011001110100110001110101110011011101011101010 | f0ec8eb5f0a8cce98eb9baea |
UTF-8 | 韭オ隕也ケ崎 | 111010011001111110101101111011111011110110110101111010011001101010010101111001001011100110011111111011111011110110111001111001011011010010001110 | e99fadefbdb5e99a95e4b99fefbdb9e5b48e |
UHC | ??隕也?崎 | 001111110011111111101010101000101110010110100101001111111101000011111000 | 3f3feaa2e5a53fd0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)