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 | 100010101010001010000011110011010011111101000010 | 8aa283cd3f42 |
EUC-JP | 瓦ο?B | 101101001010010010100110110011110011111101000010 | b4a4a6cf3f42 |
UTF-8 | 瓦ο숱B | 111001111001001110100110110011101011111111101100100010001011000101000010 | e793a6cebfec88b142 |
UHC | 瓦ο숱B | 11101000101111111010010111101111101111011010001001000010 | e8bfa5efbda242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)