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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐔順┥ | 111010000101110010001111100001111000010010111100 | e85c8f8784bc |
EUC-JP | 鐔順┥ | 111011111011110110111101111001111010100010111110 | efbdbde7a8be |
UTF-8 | 鐔順┥ | 111010011001000010010100111010011010000010000110111000101001010010100101 | e99094e9a086e294a5 |
UHC | ?順┥ | 0011111111100010111101111010011010111110 | 3fe2f7a6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)