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 | ßÓUB | 1101111111010011100101100101010101000010 | dfd3965542 |
SJIS-WIN | ???UB | 0011111100111111001111110101010101000010 | 3f3f3f5542 |
EUC-JP | ßÓ?UB | 100011111010100111001110100011111010101011010001001111110101010101000010 | 8fa9ce8faad13f5542 |
UTF-8 | ßÓUB | 1100001110011111110000111001001111000010100101100101010101000010 | c39fc393c2965542 |
UHC | ß??UB | 101010011010110000111111001111110101010101000010 | a9ac3f3f5542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)