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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 筌??wh | 111000101010001100111111001111110111011101101000 | e2a33f3f7768 |
EUC-JP | 筌??wh | 111001001010010100111111001111110111011101101000 | e4a53f3f7768 |
UTF-8 | 筌욌젦wh | 1110011110101101100011001110110010011010100011001110110010100000101001100111011101101000 | e7ad8cec9a8ceca0a67768 |
UHC | 筌욌젦wh | 1110111110100111100111101110101110100000100111100111011101101000 | efa79eeba09e7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)