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 | 矗發矗犒^ | 111000011101111011100001101000101110000111011110111000001011010101011110 | e1dee1a2e1dee0b55e |
EUC-JP | 矗發矗犒^ | 111000101110000011100010101001001110001011100000111000001011011101011110 | e2e0e2a4e2e0e0b75e |
UTF-8 | 矗發矗犒^ | 11100111100111111001011111100111100110011011110011100111100111111001011111100111100010101001001001011110 | e79f97e799bce79f97e78a925e |
UHC | 矗發矗?^ | 1111010110111000110110111010000111110101101110000011111101011110 | f5b8dba1f5b83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)