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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ催可ε | 11000010100011011100001110001001110000101000001111000011 | c28dc389c283c3 |
EUC-JP | ツ催可ε | 1000111011000010101110101100010110110010110001001010011011000101 | 8ec2bac5b2c4a6c5 |
UTF-8 | ツ催可ε | 1110111110111110100000101110010110000010101011001110010110001111101011111100111010110101 | efbe82e582ace58fafceb5 |
UHC | ?催可ε | 00111111111101011100101011001010101001101010010111100101 | 3ff5cacaa6a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)