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 | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
EUC-JP | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
UTF-8 | 횧천횧챦LB | 1110110110011010101001111110110010110010100111001110110110011010101001111110110010110001101001100100110001000010 | ed9aa7ecb29ced9aa7ecb1a64c42 |
UHC | 횧천횧챦LB | 11000011100111101100001110110101110000111001111011000011101011110100110001000010 | c39ec3b5c39ec3af4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)