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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 釈蛇}v釈蛇}vB | 10001110110111111000111011010110011111010111011010001110110111111000111011010110011111010111011001000010 | 8edf8ed67d768edf8ed67d7642 |
EUC-JP | 釈蛇}v釈蛇}vB | 10111100111000011011110011011000011111010111011010111100111000011011110011011000011111010111011001000010 | bce1bcd87d76bce1bcd87d7642 |
UTF-8 | 釈蛇}v釈蛇}vB | 1110100110000111100010001110100010011011100001110111110101110110111010011000011110001000111010001001101110000111011111010111011001000010 | e98788e89b877d76e98788e89b877d7642 |
UHC | ?蛇}v?蛇}vB | 0011111111011110111011110111110101110110001111111101111011101111011111010111011001000010 | 3fdeef7d763fdeef7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)