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 | 嫣筬沃喃 | 1001101101100000111000101010101110010111100000001001101001100110 | 9b60e2ab97809a66 |
EUC-JP | 嫣筬沃喃 | 1101010111000001111001001010110111001101111000001101001111000111 | d5c1e4adcde0d3c7 |
UTF-8 | 嫣筬沃喃 | 111001011010101110100011111001111010110110101100111001101011001010000011111001011001011010000011 | e5aba3e7adace6b283e59683 |
UHC | ?筬沃? | 001111111110000011111110111010001010101000111111 | 3fe0fee8aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)