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 | 愕?束 | 1001110010110001001111111001000110101001 | 9cb13f91a9 |
EUC-JP | 愕?束 | 1101100010110011001111111100001010101011 | d8b33fc2ab |
UTF-8 | 愕롒束 | 111001101000010010010101111010111010000110010010111001101001110110011111 | e68495eba192e69d9f |
UHC | 愕롒束 | 111001001100001110001110110101111110000111010110 | e4c38ed7e1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)