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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ツ容n}ツ容n{^ | 1100001010010111011001010110111001111101110000101001011101100101011011100111101101011110 | c297656e7dc297656e7b5e |
EUC-JP | ツ容n}ツ容n{^ | 10001110110000101100110111000110011011100111110110001110110000101100110111000110011011100111101101011110 | 8ec2cdc66e7d8ec2cdc66e7b5e |
UTF-8 | ツ容n}ツ容n{^ | 1110111110111110100000101110010110101110101110010110111001111101111011111011111010000010111001011010111010111001011011100111101101011110 | efbe82e5aeb96e7defbe82e5aeb96e7b5e |
UHC | ?容n}?容n{^ | 0011111111101001101110110110111001111101001111111110100110111011011011100111101101011110 | 3fe9bb6e7d3fe9bb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)