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 | 餘??幽 | 111010010101000000111111001111111001011101001000 | e9503f3f9748 |
EUC-JP | 餘??幽 | 111100011011000100111111001111111100110110101001 | f1b13f3fcda9 |
UTF-8 | 餘됰ㅎ幽 | 111010011010010010011000111010111001000010110000111000111000010110001110111001011011100110111101 | e9a498eb90b0e3858ee5b9bd |
UHC | 餘됰ㅎ幽 | 1110011010101110100010011110101110100100101111101110101011101011 | e6ae89eba4beeaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)