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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陬伜ケ主セ | 1110100010100011100110001110010110111001100011101110010110111110 | e8a398e5b98ee5be |
EUC-JP | 陬伜ケ主セ | 11110000101001011101000011100111100011101011100110111100111001111000111010111110 | f0a5d0e78eb9bce78ebe |
UTF-8 | 陬伜ケ主セ | 111010011001100110101100111001001011110010011100111011111011110110111001111001001011100010111011111011111011110110111110 | e999ace4bc9cefbdb9e4b8bbefbdbe |
UHC | ???主? | 001111110011111100111111111100011010101100111111 | 3f3f3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)