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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迚エ闡ケ迢ェ | 11100111100010011011010011101000100100011011100111100111100010111000001101000110 | e789b4e891b9e78b8346 |
EUC-JP | 迚エ闡ケ迢ェ | 111011011110100110001110101101001110111111110001100011101011100111101101111010111010010110100111 | ede98eb4eff18eb9edeba5a7 |
UTF-8 | 迚エ闡ケ迢ェ | 111010001011111110011010111011111011110110110100111010011001011110100001111011111011110110111001111010001011111110100010111000111000001010100111 | e8bf9aefbdb4e997a1efbdb9e8bfa2e382a7 |
UHC | ??闡??ェ | 0011111100111111111101001100010100111111001111111010101110100111 | 3f3ff4c53f3faba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)