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 | 諛雅、ケ岦 | 1110011010000111100010011110101110100100101110011111101010101100 | e68789eba4b9faac |
EUC-JP | 諛雅、ケ岦 | 1110101111100111101100101110110110001110101001001000111010111001100011111011101110110011 | ebe7b2ed8ea48eb98fbbb3 |
UTF-8 | 諛雅、ケ岦 | 111010001010101110011011111010011001101110000101111011111011110110100100111011111011110110111001111001011011001010100110 | e8ab9be99b85efbda4efbdb9e5b2a6 |
UHC | 諛雅??? | 11101011101100001110010010111010001111110011111100111111 | ebb0e4ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)