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 | ?經愆蹟 | 00111111111000110101001110011100101100101001000011010110 | 3fe3539cb290d6 |
EUC-JP | 塡經愆蹟 | 100011111011100010110100111001011011010011011000101101001100000011011000 | 8fb8b4e5b4d8b4c0d8 |
UTF-8 | 塡經愆蹟 | 111001011010000110100001111001111011011010010011111001101000010010000110111010001011100110011111 | e5a1a1e7b693e68486e8b99f |
UHC | 塡經愆蹟 | 1110111011110011110011001110100011001011111100001110111011100111 | eef3cce8cbf0eee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)