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 | Ùº¾ | 100011101101100110001111101110101011111010001110 | 8ed98fbabe8e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ù?º?? | 00111111100011111010101011100011001111111000111110100010111010110011111100111111 | 3f8faae33f8fa2eb3f3f |
UTF-8 | Ùº¾ | 110000101000111011000011100110011100001010001111110000101011101011000010101111101100001010001110 | c28ec399c28fc2bac2bec28e |
UHC | ???º¾? | 0011111100111111001111111010100010101100101010001111101000111111 | 3f3f3fa8aca8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)