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 | 爲犁獸獏 | 1110000010101000111000001011001111100000110101111110000011010001 | e0a8e0b3e0d7e0d1 |
EUC-JP | 爲犁獸獏 | 1110000010101010111000001011010111100000110110011110000011010011 | e0aae0b5e0d9e0d3 |
UTF-8 | 爲犁獸獏 | 111001111000100010110010111001111000101010000001111001111000110110111000111001111000110110001111 | e788b2e78a81e78db8e78d8f |
UHC | 爲犁獸? | 11101010110100111101011111100000111000101010111000111111 | ead3d7e0e2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)