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 | テ、ツ陳ε | 11000011101001001100001010010010110000101000001111000011 | c3a4c292c283c3 |
EUC-JP | テ、ツ陳ε | 10001110110000111000111010100100100011101100001011000100110001001010011011000101 | 8ec38ea48ec2c4c4a6c5 |
UTF-8 | テ、ツ陳ε | 1110111110111110100000111110111110111101101001001110111110111110100000101110100110011001101100111100111010110101 | efbe83efbda4efbe82e999b3ceb5 |
UHC | ???陳ε | 00111111001111110011111111110010111001111010010111100101 | 3f3f3ff2e7a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)