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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髜鴫鰲豌 | 1111110001000000100011101011000011101001111000001110011010110000 | fc408eb0e9e0e6b0 |
EUC-JP | 髜鴫鰲豌 | 100011111110100111101101101111001011001011110010111000101110110010110010 | 8fe9edbcb2f2e2ecb2 |
UTF-8 | 髜鴫鰲豌 | 111010011010101110011100111010011011010010101011111010011011000010110010111010001011000110001100 | e9ab9ce9b4abe9b0b2e8b18c |
UHC | ??鰲豌 | 001111110011111111101000101001111110100011010101 | 3f3fe8a7e8d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)