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 | 蓁ウ髏 | 1110010011101011101100111110100110010000 | e4ebb3e990 |
EUC-JP | 蓁ウ髏 | 111010001110110110001110101100111111000111110000 | e8ed8eb3f1f0 |
UTF-8 | 蓁ウ髏 | 111010001001001110000001111011111011110110110011111010011010101110001111 | e89381efbdb3e9ab8f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)