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 | 1010001110100111111000111111101001000010 | a3a7e3fa42 |
EUC-JP | 」ァ脣B | 10001110101000111000111010100111111001101111110001000010 | 8ea38ea7e6fc42 |
UTF-8 | 」ァ脣B | 11101111101111011010001111101111101111011010011111101000100001001010001101000010 | efbda3efbda7e884a342 |
UHC | ??脣B | 0011111100111111111000101110111001000010 | 3f3fe2ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)