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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襠滉ソド | 11100101111110111001111111100100101111111000001101101000 | e5fb9fe4bf8368 |
EUC-JP | 襠滉ソド | 1110101011111101110111101110011010001110101111111010010111001001 | eafddee68ebfa5c9 |
UTF-8 | 襠滉ソド | 111010001010010110100000111001101011101110001001111011111011110110111111111000111000001110001001 | e8a5a0e6bb89efbdbfe38389 |
UHC | ?滉?ド | 001111111111110011010001001111111010101111001001 | 3ffcd13fabc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)