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 | ?a?W????E | 001111110110000100111111010101110011111100111111001111110011111101000101 | 3f613f573f3f3f3f45 |
SJIS-WIN | ?a?W????E | 001111110110000100111111010101110011111100111111001111110011111101000101 | 3f613f573f3f3f3f45 |
EUC-JP | ?a?W????E | 001111110110000100111111010101110011111100111111001111110011111101000101 | 3f613f573f3f3f3f45 |
UTF-8 | 혩a창W혢청혢청E | 111011011001100010101001011000011110110010110000101111010101011111101101100110001010001011101100101100101010110111101101100110001010001011101100101100101010110101000101 | ed98a961ecb0bd57ed98a2ecb2aded98a2ecb2ad45 |
UHC | 혩a창W혢청혢청E | 110000101001000101100001110000111010001001010111110000101000101111000011101110111100001010001011110000111011101101000101 | c29161c3a257c28bc3bbc28bc3bb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)