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 | 歟??詭額 | 1001111101100010001111110011111111100110011010111000101001111010 | 9f623f3fe66b8a7a |
EUC-JP | 歟??詭額 | 1101110111000011001111110011111111101011110011001011001111011011 | ddc33f3febccb3db |
UTF-8 | 歟㏃궗詭額 | 111001101010110110011111111000111000111110000011111010101011011010010111111010001010100110101101111010011010000110001101 | e6ad9fe38f83eab697e8a9ade9a18d |
UHC | 歟㏃궗詭額 | 11100110101000101010011111101100100000101010110011001111111110001110010011111110 | e6a2a7ec82accff8e4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)