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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 蘊よ?V | 111001010101110110000010111001100011111101010110 | e55d82e63f56 |
EUC-JP | 蘊よ?V | 111010011011111010100100111010000011111101010110 | e9bea4e83f56 |
UTF-8 | 蘊よ뮅V | 11101000100110001000101011100011100000101000100011101011101011101000010101010110 | e8988ae38288ebae8556 |
UHC | 蘊よ뮅V | 11101000101100111010101011101000100100101001010001010110 | e8b3aae8929456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)