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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 歟??碣艾 | 1001111101100010001111110011111111100001111100001110010010001000 | 9f623f3fe1f0e488 |
EUC-JP | 歟??碣艾 | 1101110111000011001111110011111111100010111100101110011111101000 | ddc33f3fe2f2e7e8 |
UTF-8 | 歟㎮궗碣艾 | 111001101010110110011111111000111000111010101110111010101011011010010111111001111010001010100011111010001000100110111110 | e6ad9fe38eaeeab697e7a2a3e889be |
UHC | 歟㎮궗碣艾 | 11100110101000101010011111100010100000101010110011001010111001011110010011110101 | e6a2a7e282accae5e4f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)