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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?消?^ | 0011111110001111110000010011111101011110 | 3f8fc13f5e |
EUC-JP | ?消?^ | 0011111110111110110000110011111101011110 | 3fbec33f5e |
UTF-8 | 뤵消켌^ | 11101011101001001011010111100110101101101000100011101100101111001000110001011110 | eba4b5e6b688ecbc8c5e |
UHC | 뤵消켌^ | 10001111111000111110000110111100101100010100100101011110 | 8fe3e1bcb1495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)