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 | 歪伉姪 | 100110000110001110011000110000101001011011000011 | 986398c296c3 |
EUC-JP | 歪伉姪 | 110011111100010011010000110001001100110011000101 | cfc4d0c4ccc5 |
UTF-8 | 歪伉姪 | 111001101010110110101010111001001011110010001001111001011010011110101010 | e6adaae4bc89e5a7aa |
UHC | 歪伉姪 | 111010001110000011111001111100101111001011101011 | e8e0f9f2f2eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)