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 | 苣檎坤鞫 | 1110010010010000100011001110011110001101101000111110011010010001 | e4908ce78da3e691 |
EUC-JP | 苣檎坤鞫 | 1110011111110000101110001110100110111010101001011110101111110001 | e7f0b8e9baa5ebf1 |
UTF-8 | 苣檎坤鞫 | 111010001000101110100011111001101010101010001110111001011001110110100100111010011001111010101011 | e88ba3e6aa8ee59da4e99eab |
UHC | ?檎坤鞫 | 00111111110100001101010111001101110111101100111111010100 | 3fd0d5cddecfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)