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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 闇λ?B | 100010001100010110000011110010010011111101000010 | 88c583c93f42 |
EUC-JP | 闇λ?B | 101100001100011110100110110010110011111101000010 | b0c7a6cb3f42 |
UTF-8 | 闇λ젇B | 111010011001011110000111110011101011101111101100101000001000011101000010 | e99787cebbeca08742 |
UHC | 闇λ젇B | 11100100111000011010010111101011101000001000101001000010 | e4e1a5eba08a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)