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 | 押罌星押 | 1000100110011111111000111010000010010000101011111000100110011111 | 899fe3a090af899f |
EUC-JP | 押罌星押 | 1011001010100001111001101010001011000000101100011011001010100001 | b2a1e6a2c0b1b2a1 |
UTF-8 | 押罌星押 | 111001101000101010111100111001111011110110001100111001101001100010011111111001101000101010111100 | e68abce7bd8ce6989fe68abc |
UHC | 押罌星押 | 1110010011100011111001011010001011100000111110001110010011100011 | e4e3e5a2e0f8e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)