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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蓐優 | 11100100111010101001011101000100 | e4ea9744 |
EUC-JP | 蓐優 | 11101000111011001100110110100101 | e8eccda5 |
UTF-8 | 蓐優 | 111010001001001110010000111001011000010010101010 | e89390e584aa |
UHC | ?優 | 001111111110100111010000 | 3fe9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)