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 | 雋よサ泌筍 | 111010001011001010000010111001101011101110010100111001011110001010100001 | e8b282e6bb94e5e2a1 |
EUC-JP | 雋よサ泌筍 | 11110000101101001010010011101000100011101011101111001000111001111110010010100011 | f0b4a4e88ebbc8e7e4a3 |
UTF-8 | 雋よサ泌筍 | 111010011001101110001011111000111000001010001000111011111011110110111011111001101011001110001100111001111010110110001101 | e99b8be38288efbdbbe6b38ce7ad8d |
UHC | 雋よ?泌筍 | 111100011110011010101010111010000011111111111001101100101110001011101100 | f1e6aae83ff9b2e2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)