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 | 蔚??? | 1000100101010101001111110011111100111111 | 89553f3f3f |
EUC-JP | 蔚??? | 1011000110110110001111110011111100111111 | b1b63f3f3f |
UTF-8 | 蔚렞롈렪 | 111010001001010010011010111010111010000010011110111010111010000110001000111010111010000010101010 | e8949aeba09eeba188eba0aa |
UHC | 蔚렞롈렪 | 1110101010100101100011101010111110001110110011101000111010111000 | eaa58eaf8ece8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)