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 | ??LB | 00111111001111110100110001000010 | 3f3f4c42 |
SJIS-WIN | ?溪LB | 0011111110011111111000100100110001000010 | 3f9fe24c42 |
EUC-JP | ?溪LB | 0011111111011110111001000100110001000010 | 3fdee44c42 |
UTF-8 | 렺溪LB | 1110101110100000101110101110011010111010101010100100110001000010 | eba0bae6baaa4c42 |
UHC | 렺溪LB | 100011101100001011001101101000100100110001000010 | 8ec2cda24c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)