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 | 歪??軟?∑ | 100110000110001100111111001111111001001111101110001111111000011110010100 | 98633f3f93ee3f8794 |
EUC-JP | 歪??軟?? | 1100111111000100001111110011111111000110111100000011111100111111 | cfc43f3fc6f03f3f |
UTF-8 | 歪든걀軟ㅵ∑ | 111001101010110110101010111010111001001110100000111010101011000110000000111010001011101110011111111000111000010110110101111000101000100010010001 | e6adaaeb93a0eab180e8bb9fe385b5e28891 |
UHC | 歪든걀軟ㅵ∑ | 111010001110000010110101111001111011000010111111111001101110001110100100111001011010001010110010 | e8e0b5e7b0bfe6e3a4e5a2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)