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 | 腟玖掘鞫 | 1110010001010100100010111110100010001100010000001110011010010001 | e4548be88c40e691 |
EUC-JP | 腟玖掘鞫 | 1110011110110101101101101110101010110111101000011110101111110001 | e7b5b6eab7a1ebf1 |
UTF-8 | 腟玖掘鞫 | 111010001000010110011111111001111000111010010110111001101000111010011000111010011001111010101011 | e8859fe78e96e68e98e99eab |
UHC | ?玖掘鞫 | 00111111110011111011100011001111110111101100111111010100 | 3fcfb8cfdecfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)