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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 甕??詭\ | 11100001010100000011111100111111111001100110101101011100 | e1503f3fe66b5c |
EUC-JP | 甕??詭\ | 11100001101100010011111100111111111010111100110001011100 | e1b13f3febcc5c |
UTF-8 | 甕먦꺃詭\ | 11100111100101001001010111101011101010001010011011101010101110101000001111101000101010011010110101011100 | e79495eba8a6eaba83e8a9ad5c |
UHC | 甕먦꺃詭\ | 111010001011100010010000111000111000001110101100110011111111100001011100 | e8b890e383accff85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)