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 | 蓍ょ〒 | 111001001110011110000010111001011000000110100111 | e4e782e581a7 |
EUC-JP | 蓍ょ〒 | 111010001110100110100100111001111010001010101001 | e8e9a4e7a2a9 |
UTF-8 | 蓍ょ〒 | 111010001001001110001101111000111000001010000111111000111000000010010010 | e8938de38287e38092 |
UHC | 蓍ょ? | 1110001111001001101010101110011100111111 | e3c9aae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)