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 | 1110000111101001110110011011100101000010 | e1e9d9b942 |
EUC-JP | 硅ルケB | 11100010111010111000111011011001100011101011100101000010 | e2eb8ed98eb942 |
UTF-8 | 硅ルケB | 11100111101000011000010111101111101111101001100111101111101111011011100101000010 | e7a185efbe99efbdb942 |
UHC | 硅??B | 1101000010101001001111110011111101000010 | d0a93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)