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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 癒??? | 1001011011111100001111110011111100111111 | 96fc3f3f3f |
EUC-JP | 癒??? | 1100110011111110001111110011111100111111 | ccfe3f3f3f |
UTF-8 | 癒롮셾亮 | 111001111001100110010010111010111010000110101110111011001000010110111110111011111010010110110111 | e79992eba1aeec85beefa5b7 |
UHC | 癒롮셾亮 | 1110101110101000100011101110110010011001100000111110010110111001 | eba88eec9983e5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)