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 | ???LT | 0011111100111111001111110100110001010100 | 3f3f3f4c54 |
SJIS-WIN | 猷??LT | 100101110101000100111111001111110100110001010100 | 97513f3f4c54 |
EUC-JP | 猷??LT | 110011011011001000111111001111110100110001010100 | cdb23f3f4c54 |
UTF-8 | 猷듸퐴LT | 1110011110001100101101111110101110010011101110001110110110010000101101000100110001010100 | e78cb7eb93b8ed90b44c54 |
UHC | 猷듸퐴LT | 1110101110100011101101011110111110111101100111010100110001010100 | eba3b5efbd9d4c54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)