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 | 堯??筍?堯 | 111010101001111100111111001111111110001010100001001111111110101010011111 | ea9f3f3fe2a13fea9f |
EUC-JP | 堯??筍?堯 | 111101001010000100111111001111111110010010100011001111111111010010100001 | f4a13f3fe4a33ff4a1 |
UTF-8 | 堯덀끇筍럋堯 | 111001011010000010101111111010111000110110000000111010111000000110000111111001111010110110001101111010111001111110001011111001011010000010101111 | e5a0afeb8d80eb8187e7ad8deb9f8be5a0af |
UHC | 堯덀끇筍럋堯 | 111010001110101110001000111000111000010110111011111000101110110010001110011010001110100011101011 | e8eb88e385bbe2ec8e68e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)