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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??日? | 11100001100111110011111100111111100100111111101000111111 | e19f3f3f93fa3f |
EUC-JP | 癲??日? | 11100010101000010011111100111111110001101111110000111111 | e2a13f3fc6fc3f |
UTF-8 | 癲뗫굚日뺹 | 111001111001100110110010111010111001011110101011111010101011010110011010111001101001011110100101111010111011101010111001 | e799b2eb97abeab59ae697a5ebbab9 |
UHC | 癲뗫굚日뺹 | 11101111101001101000101111101011100000101000001011101100111011011001011001000010 | efa68beb8282eced9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)