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 | 1000111111001010111011111000111011011011100011101010110101000010 | 8fcaef8edb8ead42 |
SJIS-WIN | ???????B | 0011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f42 |
EUC-JP | ?Êï?Û??B | 0011111110001111101010101011010010001111101010111100000100111111100011111010101011100101001111110011111101000010 | 3f8faab48fabc13f8faae53f3f42 |
UTF-8 | ÊïÛB | 110000101000111111000011100010101100001110101111110000101000111011000011100110111100001010001110110000101010110101000010 | c28fc38ac3afc28ec39bc28ec2ad42 |
UHC | ??????B | 001111110011111100111111001111110011111100111111101000011010100101000010 | 3f3f3f3f3f3fa1a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)