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 | 蟆冗ク檻 | 11100101101100001000111111100111101110001001111101000010 | e5b08fe7b89f42 |
EUC-JP | 蟆冗ク檻 | 1110101010110010101111101110100110001110101110001101110110100011 | eab2bee98eb8dda3 |
UTF-8 | 蟆冗ク檻 | 111010001001111110000110111001011000011010010111111011111011110110111000111001101010101010111011 | e89f86e58697efbdb8e6aabb |
UHC | ?冗?檻 | 001111111110100110110111001111111111100111100011 | 3fe9b73ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)