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 | 蠖零ャ危 | 11100101101111011001011111101011101011001000101011101011 | e5bd97ebac8aeb |
EUC-JP | 蠖零ャ危 | 1110101010111111110011101110110110001110101011001011010011101101 | eabfceed8eacb4ed |
UTF-8 | 蠖零ャ危 | 111010001010000010010110111010011001101110110110111011111011110110101100111001011000110110110001 | e8a096e99bb6efbdace58db1 |
UHC | ?零?危 | 001111111101011011000011001111111110101011001011 | 3fd6c33feacb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)