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 | 域??已 | 100010001110011000111111001111111001101111011111 | 88e63f3f9bdf |
EUC-JP | 域??已 | 101100001110100000111111001111111101011011100001 | b0e83f3fd6e1 |
UTF-8 | 域뱀궪已 | 111001011001111110011111111010111011000110000000111010101011011010101010111001011011011110110010 | e59f9febb180eab6aae5b7b2 |
UHC | 域뱀궪已 | 1110011010110100101110011110110010000010101111001110110010101011 | e6b4b9ec82bcecab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)