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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 襞咲Пh | 11100101111111001000110111100111100001000101000001101000 | e5fc8de7845068 |
EUC-JP | 襞咲Пh | 11101010111111101011101011101001101001111011000101101000 | eafebae9a7b168 |
UTF-8 | 襞咲Пh | 111010001010010110011110111001011001001010110010110100001001111101101000 | e8a59ee592b2d09f68 |
UHC | ??Пh | 0011111100111111101011001011000101101000 | 3f3facb168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)