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 | 邂螢 | 1110011110101110111100101111000011100101101000111111011011000000 | e7aef2f0e5a3f6c0 |
EUC-JP | 邂?螢? | 111011101011000000111111111010101010010100111111 | eeb03feaa53f |
UTF-8 | 邂螢 | 111010011000001010000010111011101000100010100111111010001001111010100010111011101001001110100111 | e98282ee88a7e89ea2ee93a7 |
UHC | 邂?螢? | 111110101011001100111111111110111010101100111111 | fab33ffbab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)