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 | ??L??` | 001111110011111101001100001111110011111101100000 | 3f3f4c3f3f60 |
SJIS-WIN | ??L?}` | 00111111001111110100110000111111100000010111000001100000 | 3f3f4c3f817060 |
EUC-JP | ??L?}` | 00111111001111110100110000111111101000011101000101100000 | 3f3f4c3fa1d160 |
UTF-8 | 룵₃L룵}` | 1110101110100011101101011110001010000010100000110100110011101011101000111011010111101111101111011001110101100000 | eba3b5e282834ceba3b5efbd9d60 |
UHC | 룵₃L룵}` | 10001111101010101010100111111101010011001000111110101010101000111111110101100000 | 8faaa9fd4c8faaa3fd60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)