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 | 鬟滄」檻 | 11101001101000111001111111101001101000111001111101000010 | e9a39fe9a39f42 |
EUC-JP | 鬟滄」檻 | 1111001010100101110111101110101110001110101000111101110110100011 | f2a5deeb8ea3dda3 |
UTF-8 | 鬟滄」檻 | 111010011010110010011111111001101011101110000100111011111011110110100011111001101010101010111011 | e9ac9fe6bb84efbda3e6aabb |
UHC | ?滄?檻 | 001111111111001111100111001111111111100111100011 | 3ff3e73ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)