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 | ?????yB | 00111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f7942 |
SJIS-WIN | ?????yB | 00111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f7942 |
EUC-JP | ?????yB | 00111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f7942 |
UTF-8 | 혧짧횗징챵yB | 1110110110011000101001111110110010100111101001111110110110011010100101111110110010100111100101011110110010110001101101010111100101000010 | ed98a7eca7a7ed9a97eca795ecb1b57942 |
UHC | 혧짧횗징챵yB | 110000101000111111000010101010101100001110010001110000101010000111000011101100100111100101000010 | c28fc2aac391c2a1c3b27942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)