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 | 陷逸塔 | 111010001001110010001000111011011001001110000011 | e89c88ed9383 |
EUC-JP | 陷逸塔 | 111011111111110010110000111011111100010111100011 | effcb0efc5e3 |
UTF-8 | 陷逸塔 | 111010011001100110110111111010011000000010111000111001011010000110010100 | e999b7e980b8e5a194 |
UHC | 陷逸塔 | 111110011110100011101100111011111111011110110010 | f9e8eceff7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)