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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韆尺邪 | 111010001110011010001110110110101000111011010111 | e8e68eda8ed7 |
EUC-JP | 韆尺邪 | 111100001110100010111100110111001011110011011001 | f0e8bcdcbcd9 |
UTF-8 | 韆尺邪 | 111010011001111110000110111001011011000010111010111010011000001010101010 | e99f86e5b0bae982aa |
UHC | 韆尺邪 | 111101001100011111110100101010011101111011110111 | f4c7f4a9def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)