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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羂碁秋 | 111000111010111010001100111010011000111101001000 | e3ae8ce98f48 |
EUC-JP | 羂碁秋 | 111001101011000010111000111010111011110110101001 | e6b0b8ebbda9 |
UTF-8 | 羂碁秋 | 111001111011111010000010111001111010001010000001111001111010011110001011 | e7be82e7a281e7a78b |
UHC | ?碁秋 | 0011111111010001101100111111010111010101 | 3fd1b3f5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)