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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 臍??紗ο | 1110010001100000001111110011111110001110110100011000001111001101 | e4603f3f8ed183cd |
EUC-JP | 臍??紗ο | 1110011111000001001111110011111110111100110100111010011011001111 | e7c13f3fbcd3a6cf |
UTF-8 | 臍멸렰紗ο | 1110100010000111100011011110101110101001101110001110101110100000101100001110011110110100100101111100111010111111 | e8878deba9b8eba0b0e7b497cebf |
UHC | 臍멸렰紗ο | 11110000101100001011100011101010100011101011110111011110111010011010010111101111 | f0b0b8ea8ebddee9a5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)