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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 堯????堯 | 1110101010011111001111110011111100111111001111111110101010011111 | ea9f3f3f3f3fea9f |
EUC-JP | 堯????堯 | 1111010010100001001111110011111100111111001111111111010010100001 | f4a13f3f3f3ff4a1 |
UTF-8 | 堯덀룗栒똦堯 | 111001011010000010101111111010111000110110000000111010111010001110010111111001101010000010010010111010111001100010100110111001011010000010101111 | e5a0afeb8d80eba397e6a092eb98a6e5a0af |
UHC | 堯덀룗栒똦堯 | 111010001110101110001000111000111000111110010011111000101110001110001100011010001110100011101011 | e8eb88e38f93e2e38c68e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)