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 | 褥???? | 111001011111000100111111001111110011111100111111 | e5f13f3f3f3f |
EUC-JP | 褥??飡? | 1110101011110011001111110011111110001111111010001100100000111111 | eaf33f3f8fe8c83f |
UTF-8 | 褥띠쥉飡덨 | 111010001010010010100101111010111001110110100000111011001010010110001001111010011010001110100001111010111000110110101000 | e8a4a5eb9da0eca589e9a3a1eb8da8 |
UHC | 褥띠쥉飡덨 | 11101001101100111011011011101100101000101000001011100001111000101000100101000010 | e9b3b6eca282e1e28942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)