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 | 蒻ぱ??? | 11100100111010001000001011001111001111110011111100111111 | e4e882cf3f3f3f |
EUC-JP | 蒻ぱ??? | 11101000111010101010010011010001001111110011111100111111 | e8eaa4d13f3f3f |
UTF-8 | 蒻ぱ됰씨說 | 111010001001001010111011111000111000000110110001111010111001000010110000111011001001010010101000111011111010011010100001 | e892bbe381b1eb90b0ec94a8efa6a1 |
UHC | 蒻ぱ됰씨說 | 11100101101101101010101011010001100010011110101110111110101111101110011011110010 | e5b6aad189ebbebee6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)