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 | 矗簑^ | 11100001110111101110001011000000111100001110100101011110 | e1dee2c0f0e95e |
EUC-JP | 矗簑?^ | 111000101110000011100100110000100011111101011110 | e2e0e4c23f5e |
UTF-8 | 矗簑^ | 11100111100111111001011111100111101100001001000111101110100000101010100001011110 | e79f97e7b091ee82a85e |
UHC | 矗??^ | 1111010110111000001111110011111101011110 | f5b83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)