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 | 11101000100101011001101011100101100010001010010101000010 | e8959ae588a542 |
EUC-JP | 阨壼挨B | 11101111111101011101010011100111101100001010011101000010 | eff5d4e7b0a742 |
UTF-8 | 阨壼挨B | 11101001100110001010100011100101101000111011110011100110100011001010100001000010 | e998a8e5a3bce68ca842 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)