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 | 鈑ェ豐サ鈑ェ | 111001111110010110101010111001101011001010111011111001111110010110101010 | e7e5aae6b2bbe7e5aa |
EUC-JP | 鈑ェ豐サ鈑ェ | 111011101110011110001110101010101110110010110100100011101011101111101110111001111000111010101010 | eee78eaaecb48ebbeee78eaa |
UTF-8 | 鈑ェ豐サ鈑ェ | 111010011000100010010001111011111011110110101010111010001011000110010000111011111011110110111011111010011000100010010001111011111011110110101010 | e98891efbdaae8b190efbdbbe98891efbdaa |
UHC | 鈑???鈑? | 1111011111111110001111110011111100111111111101111111111000111111 | f7fe3f3f3ff7fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)