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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 躁??躁??^ | 111001110100111000111111001111111110011101001110001111110011111101011110 | e74e3f3fe74e3f3f5e |
EUC-JP | 躁??躁??^ | 111011011010111100111111001111111110110110101111001111110011111101011110 | edaf3f3fedaf3f3f5e |
UTF-8 | 躁쯔친躁쯔친^ | 11101000101110101000000111101100101011111001010011101100101110011001110011101000101110101000000111101100101011111001010011101100101110011001110001011110 | e8ba81ecaf94ecb99ce8ba81ecaf94ecb99c5e |
UHC | 躁쯔친躁쯔친^ | 11110000111000101100001011101010110001001010001111110000111000101100001011101010110001001010001101011110 | f0e2c2eac4a3f0e2c2eac4a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)