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 | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-WIN | 蝮ョVh蝮ョV | 111001011001110110101110010101100110100011100101100111011010111001010110 | e59dae5668e59dae56 |
EUC-JP | 蝮ョVh蝮ョV | 1110100111111101100011101010111001010110011010001110100111111101100011101010111001010110 | e9fd8eae5668e9fd8eae56 |
UTF-8 | 蝮ョVh蝮ョV | 111010001001110110101110111011111011110110101110010101100110100011101000100111011010111011101111101111011010111001010110 | e89daeefbdae5668e89daeefbdae56 |
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)