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 | 1110011110010001101100000100110001000010 | e791b04c42 |
SJIS-WIN | ??°LB | 001111110011111110000001100010110100110001000010 | 3f3f818b4c42 |
EUC-JP | ç?°LB | 1000111110101011101011100011111110100001111010110100110001000010 | 8fabae3fa1eb4c42 |
UTF-8 | ç°LB | 1100001110100111110000101001000111000010101100000100110001000010 | c3a7c291c2b04c42 |
UHC | ??°LB | 001111110011111110100001110001100100110001000010 | 3f3fa1c64c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)