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 | 藏脂胸莢 | 1110010101010101100011101000100110001011101110011110010010110000 | e5558e898bb9e4b0 |
EUC-JP | 藏脂胸莢 | 1110100110110110101110111110100110110110101110111110100010110010 | e9b6bbe9b6bbe8b2 |
UTF-8 | 藏脂胸莢 | 111010001001011110001111111010001000010010000010111010001000001110111000111010001000111010100010 | e8978fe88482e883b8e88ea2 |
UHC | 藏脂胸莢 | 1110110111111010111100101011011111111101110110001111101011111000 | edfaf2b7fdd8faf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)