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 | 濵礼 | 111001101011111110110101111001111010010010111100 | e6bfb5e7a4bc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | �� | 1000111110101001110000011000111110100010110001000011111110001111101010111010111010001111101000101111000000111111 | 8fa9c18fa2c43f8fabae8fa2f03f |
UTF-8 | 濵礼 | 110000111010011011000010101111111100001010110101110000111010011111000010101001001100001010111100 | c3a6c2bfc2b5c3a7c2a4c2bc |
UHC | æ¿??¤¼ | 10101001101000011010001010101111001111110011111110100010101101001010100011111001 | a9a1a2af3f3fa2b4a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)