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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迹隷ソ | 1110011110010001100101111110101010111111 | e79197eabf |
EUC-JP | 迹隷ソ | 111011011111000111001110111011001000111010111111 | edf1ceec8ebf |
UTF-8 | 迹隷ソ | 111010001011111110111001111010011001101010110111111011111011110110111111 | e8bfb9e99ab7efbdbf |
UHC | 迹隷? | 1110111011101001110101101100101100111111 | eee9d6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)