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 | 瀨識炫 | 111110110101000010001110101011111111101101010010 | fb508eaffb52 |
EUC-JP | ?識炫 | 001111111011110010110001100011111100100111010011 | 3fbcb18fc9d3 |
UTF-8 | 瀨識炫 | 111001111000000010101000111010001010110110011000111001111000001010101011 | e780a8e8ad98e782ab |
UHC | 瀨識炫 | 110101101110111011100011110110111111101011011011 | d6eee3dbfadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)