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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 渙滸] | 1001111111010000100111111111010101011101 | 9fd09ff55d |
EUC-JP | 渙滸] | 1101111011010010110111101111011101011101 | ded2def75d |
UTF-8 | 渙滸] | 11100110101110001001100111100110101110111011100001011101 | e6b899e6bbb85d |
UHC | 渙滸] | 1111110010111001111110111100101001011101 | fcb9fbca5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)