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 | 100010101001101110011010110110000100110001000010 | 8a9b9ad84c42 |
EUC-JP | 鴨壓LB | 101100111111101111010100110110100100110001000010 | b3fbd4da4c42 |
UTF-8 | 鴨壓LB | 1110100110110100101010001110010110100011100100110100110001000010 | e9b4a8e5a3934c42 |
UHC | 鴨壓LB | 111001001110010111100100111000100100110001000010 | e4e5e4e24c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)