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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 甃砌甃砌^ | 111000010100101111100001111001001110000101001011111000011110010001011110 | e14be1e4e14be1e45e |
EUC-JP | 甃砌甃砌^ | 111000011010110011100010111001101110000110101100111000101110011001011110 | e1ace2e6e1ace2e65e |
UTF-8 | 甃砌甃砌^ | 11100111100101001000001111100111101000001000110011100111100101001000001111100111101000001000110001011110 | e79483e7a08ce79483e7a08c5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)