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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 荊??B | 1000110001110100001111110011111101000010 | 8c743f3f42 |
EUC-JP | 荊??B | 1011011111010101001111110011111101000010 | b7d53f3f42 |
UTF-8 | 荊덋럥B | 11101000100011011000101011101011100011011000101111101011100111111010010101000010 | e88d8aeb8d8beb9fa542 |
UHC | 荊덋럥B | 11111011101010101000100011101110100011101000100001000010 | fbaa88ee8e8842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)