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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テェテ陳篠」 | 1100001110101010110000111001001011000010100011101100001010100011 | c3aac392c28ec2a3 |
EUC-JP | テェテ陳篠」 | 100011101100001110001110101010101000111011000011110001001100010010111100110001001000111010100011 | 8ec38eaa8ec3c4c4bcc48ea3 |
UTF-8 | テェテ陳篠」 | 111011111011111010000011111011111011110110101010111011111011111010000011111010011001100110110011111001111010111110100000111011111011110110100011 | efbe83efbdaaefbe83e999b3e7afa0efbda3 |
UHC | ???陳篠? | 0011111100111111001111111111001011100111111000011100011000111111 | 3f3f3ff2e7e1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)