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 | 蒡アァ | 11100100111011101011000110100111 | e4eeb1a7 |
EUC-JP | 蒡アァ | 111010001111000010001110101100011000111010100111 | e8f08eb18ea7 |
UTF-8 | 蒡アァ | 111010001001001010100001111011111011110110110001111011111011110110100111 | e892a1efbdb1efbda7 |
UHC | 蒡?? | 11011011101111000011111100111111 | dbbc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)