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 | 瞹眸瞹眸^ | 111000011101011111100001110001101110000111010111111000011100011001011110 | e1d7e1c6e1d7e1c65e |
EUC-JP | 瞹眸瞹眸^ | 111000101101100111100010110010001110001011011001111000101100100001011110 | e2d9e2c8e2d9e2c85e |
UTF-8 | 瞹眸瞹眸^ | 11100111100111101011100111100111100111001011100011100111100111101011100111100111100111001011100001011110 | e79eb9e79cb8e79eb9e79cb85e |
UHC | ?眸?眸^ | 00111111110110011100001000111111110110011100001001011110 | 3fd9c23fd9c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)