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 | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 螟夊∮LB | 1110010110100100100110101110100010000111100100110100110001000010 | e5a49ae887934c42 |
EUC-JP | 螟夊?LB | 11101010101001101101010011101010001111110100110001000010 | eaa6d4ea3f4c42 |
UTF-8 | 螟夊∮LB | 1110100010011110100111111110010110100100100010101110001010001000101011100100110001000010 | e89e9fe5a48ae288ae4c42 |
UHC | 螟?∮LB | 11011001101011010011111110100010101100010100110001000010 | d9ad3fa2b14c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)