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 | 淵?浣淵?浣 | 10010101101000110011111110011111101011111001010110100011001111111001111110101111 | 95a33f9faf95a33f9faf |
EUC-JP | 淵?浣淵?浣 | 11001010101001010011111111011110101100011100101010100101001111111101111010110001 | caa53fdeb1caa53fdeb1 |
UTF-8 | 淵걄浣淵걄浣 | 111001101011011110110101111010101011000110000100111001101011010110100011111001101011011110110101111010101011000110000100111001101011010110100011 | e6b7b5eab184e6b5a3e6b7b5eab184e6b5a3 |
UHC | 淵걄浣淵걄浣 | 111001101101000010000001011011001110100011001011111001101101000010000001011011001110100011001011 | e6d0816ce8cbe6d0816ce8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)