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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 倏霆倏雋B | 111000001100010111101000101110111110000011000101111010001011001001000010 | e0c5e8bbe0c5e8b242 |
EUC-JP | 倏霆倏雋B | 111000001100011111110000101111011110000011000111111100001011010001000010 | e0c7f0bde0c7f0b442 |
UTF-8 | 倏霆倏雋B | 11100101100000001000111111101001100111001000011011100101100000001000111111101001100110111000101101000010 | e5808fe99c86e5808fe99b8b42 |
UHC | ?霆?雋B | 00111111111011111111110100111111111100011110011001000010 | 3feffd3ff1e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)