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 | 111000111011010111100101010101100100110001000010 | e3b5e5564c42 |
EUC-JP | 羞薹LB | 111001101011011111101001101101110100110001000010 | e6b7e9b74c42 |
UTF-8 | 羞薹LB | 1110011110111110100111101110100010010110101110010100110001000010 | e7be9ee896b94c42 |
UHC | 羞?LB | 1110001010111010001111110100110001000010 | e2ba3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)