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 | 111001111110010110101010010101100110100011100111111001011010101001010110 | e7e5aa5668e7e5aa56 |
EUC-JP | 鈑ェVh鈑ェV | 1110111011100111100011101010101001010110011010001110111011100111100011101010101001010110 | eee78eaa5668eee78eaa56 |
UTF-8 | 鈑ェVh鈑ェV | 111010011000100010010001111011111011110110101010010101100110100011101001100010001001000111101111101111011010101001010110 | e98891efbdaa5668e98891efbdaa56 |
UHC | 鈑?Vh鈑?V | 111101111111111000111111010101100110100011110111111111100011111101010110 | f7fe3f5668f7fe3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)