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 | 喩??? | 1001101001100111001111110011111100111111 | 9a673f3f3f |
EUC-JP | 喩??? | 1101001111001000001111110011111100111111 | d3c83f3f3f |
UTF-8 | 喩꿰렠렋 | 111001011001011010101001111010101011111110110000111010111010000010100000111010111010000010001011 | e596a9eabfb0eba0a0eba08b |
UHC | 喩꿰렠렋 | 1110101011100111101100101110011110001110101100011000111010100010 | eae7b2e78eb18ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)