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 | ÓÝVhÓÝV | 11010011110111010101011001101000110100111101110101010110 | d3dd5668d3dd56 |
SJIS-WIN | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
EUC-JP | ÓÝVhÓÝV | 100011111010101011010001100011111010101011110010010101100110100010001111101010101101000110001111101010101111001001010110 | 8faad18faaf256688faad18faaf256 |
UTF-8 | ÓÝVhÓÝV | 1100001110010011110000111001110101010110011010001100001110010011110000111001110101010110 | c393c39d5668c393c39d56 |
UHC | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)