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 | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
SJIS-WIN | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
EUC-JP | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
UTF-8 | 룶₃`룶₃OB | 111010111010001110110110111000101000001010000011011000001110101110100011101101101110001010000010100000110100111101000010 | eba3b6e2828360eba3b6e282834f42 |
UHC | 룶₃`룶₃OB | 1000111110101011101010011111110101100000100011111010101110101001111111010100111101000010 | 8faba9fd608faba9fd4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)