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 | ?蓑歌彦? | 0011111110010110101010101000100111001100100101010100011000111111 | 3f96aa89cc95463f |
EUC-JP | 邕蓑歌彦? | 10001111111000011110110111001100101011001011001011001110110010011010011100111111 | 8fe1edccacb2cec9a73f |
UTF-8 | 邕蓑歌彦렏 | 111010011000001010010101111010001001001110010001111001101010110110001100111001011011110110100110111010111010000010001111 | e98295e89391e6ad8ce5bda6eba08f |
UHC | 邕蓑歌彦렏 | 11101000101110111101111011101110110010101011000011100101111010011000111010100101 | e8bbdeeecab0e5e98ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)