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 | ÔÚ¾·Ñ | 100011101101010010001110110110101011111010110111100011101101000110001111 | 8ed48edabeb78ed18f |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ?Ô?Ú???Ñ? | 001111111000111110101010110101000011111110001111101010101110001000111111001111110011111110001111101010101101000000111111 | 3f8faad43f8faae23f3f3f8faad03f |
UTF-8 | ÔÚ¾·Ñ | 110000101000111011000011100101001100001010001110110000111001101011000010101111101100001010110111110000101000111011000011100100011100001010001111 | c28ec394c28ec39ac2bec2b7c28ec391c28f |
UHC | ????¾·??? | 0011111100111111001111110011111110101000111110101010000110100100001111110011111100111111 | 3f3f3f3fa8faa1a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)