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 | 111110111100000010001110101011110100110001000010 | fbc08eaf4c42 |
EUC-JP | 釥識LB | 10001111111000111010101110111100101100010100110001000010 | 8fe3abbcb14c42 |
UTF-8 | 釥識LB | 1110100110000111101001011110100010101101100110000100110001000010 | e987a5e8ad984c42 |
UHC | ?識LB | 0011111111100011110110110100110001000010 | 3fe3db4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)