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 | ÍÖè±\ | 1100110111010110111010001011000101011100 | cdd6e8b15c |
SJIS-WIN | ???±\ | 001111110011111100111111100000010111110101011100 | 3f3f3f817d5c |
EUC-JP | ÍÖè±\ | 100011111010101010111111100011111010101011010011100011111010101110110010101000011101111001011100 | 8faabf8faad38fabb2a1de5c |
UTF-8 | ÍÖè±\ | 110000111000110111000011100101101100001110101000110000101011000101011100 | c38dc396c3a8c2b15c |
UHC | ???±\ | 001111110011111100111111101000011011111001011100 | 3f3f3fa1be5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)