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 | 111110101101011011110010101110010100110001000010 | fad6f2b94c42 |
EUC-JP | 晗?LB | 100011111100001010111000001111110100110001000010 | 8fc2b83f4c42 |
UTF-8 | 晗LB | 1110011010011001100101111110111010000111101100000100110001000010 | e69997ee87b04c42 |
UHC | ??LB | 00111111001111110100110001000010 | 3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)