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 | »ÚÈó | 1011101111011010100011111100100011110011 | bbda8fc8f3 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Ú?Èó | 0011111110001111101010101110001000111111100011111010101010110010100011111010101111010001 | 3f8faae23f8faab28fabd1 |
UTF-8 | »ÚÈó | 11000010101110111100001110011010110000101000111111000011100010001100001110110011 | c2bbc39ac28fc388c3b3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)