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 | 儒??? | 1000111011110010001111110011111100111111 | 8ef23f3f3f |
EUC-JP | 儒??? | 1011110011110100001111110011111100111111 | bcf43f3f3f |
UTF-8 | 儒렍렏롕 | 111001011000010010010010111010111010000010001101111010111010000010001111111010111010000110010101 | e58492eba08deba08feba195 |
UHC | 儒렍렏롕 | 1110101011100011100011101010001110001110101001011000111011011001 | eae38ea38ea58ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)