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 | 甕??詭瘟 | 1110000101010000001111110011111111100110011010111110000110001001 | e1503f3fe66be189 |
EUC-JP | 甕??詭瘟 | 1110000110110001001111110011111111101011110011001110000111101001 | e1b13f3febcce1e9 |
UTF-8 | 甕먦꺃詭瘟 | 111001111001010010010101111010111010100010100110111010101011101010000011111010001010100110101101111001111001100010011111 | e79495eba8a6eaba83e8a9ade7989f |
UHC | 甕먦꺃詭瘟 | 11101000101110001001000011100011100000111010110011001111111110001110100010110000 | e8b890e383accff8e8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)