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 | 餘??油 | 111010010101000000111111001111111001011011111011 | e9503f3f96fb |
EUC-JP | 餘??油 | 111100011011000100111111001111111100110011111101 | f1b13f3fccfd |
UTF-8 | 餘됰ㅋ油 | 111010011010010010011000111010111001000010110000111000111000010110001011111001101011001010111001 | e9a498eb90b0e3858be6b2b9 |
UHC | 餘됰ㅋ油 | 1110011010101110100010011110101110100100101110111110101011111010 | e6ae89eba4bbeafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)