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 | 霆悉射 | 111010001011101110001110101110111000111011001011 | e8bb8ebb8ecb |
EUC-JP | 霆悉射 | 111100001011110110111100101111011011110011001101 | f0bdbcbdbccd |
UTF-8 | 霆悉射 | 111010011001110010000110111001101000001010001001111001011011000010000100 | e99c86e68289e5b084 |
UHC | 霆悉射 | 111011111111110111100011111110101101111011010010 | effde3faded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)