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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 厓?ぐ^ | 111110101000110100111111100000101010111001011110 | fa8d3f82ae5e |
EUC-JP | 厓?ぐ^ | 10001111101101001100011100111111101001001011000001011110 | 8fb4c73fa4b05e |
UTF-8 | 厓⑵ぐ^ | 11100101100011101001001111100010100100011011010111100011100000011001000001011110 | e58e93e291b5e381905e |
UHC | 厓⑵ぐ^ | 11100100111011011010100111101000101010101011000001011110 | e4eda9e8aab05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)