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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嶸ッ嶸烹 | 11111010101101001010111111111010101101001001011001000010 | fab4affab49642 |
EUC-JP | 嶸ッ嶸烹 | 10001111101110111111010010001110101011111000111110111011111101001100101110100011 | 8fbbf48eaf8fbbf4cba3 |
UTF-8 | 嶸ッ嶸烹 | 111001011011011010111000111011111011110110101111111001011011011010111000111001111000001110111001 | e5b6b8efbdafe5b6b8e783b9 |
UHC | 嶸?嶸烹 | 11100111101011100011111111100111101011101111100010110010 | e7ae3fe7aef8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)