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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 譖弥≒^ | 11100110100110111001011011101101100000011110000001011110 | e69b96ed81e05e |
EUC-JP | 譖弥≒^ | 11101011111110111100110011101111101000101110001001011110 | ebfbccefa2e25e |
UTF-8 | 譖弥≒^ | 11101000101011011001011011100101101111001010010111100010100010011001001001011110 | e8ad96e5bca5e289925e |
UHC | ??≒^ | 0011111100111111101000011101011001011110 | 3f3fa1d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)