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 | テッテ、矮 | 110000111010111111000011101001001110000111100010 | c3afc3a4e1e2 |
EUC-JP | テッテ、矮 | 10001110110000111000111010101111100011101100001110001110101001001110001011100100 | 8ec38eaf8ec38ea4e2e4 |
UTF-8 | テッテ、矮 | 111011111011111010000011111011111011110110101111111011111011111010000011111011111011110110100100111001111001111110101110 | efbe83efbdafefbe83efbda4e79fae |
UHC | ????矮 | 001111110011111100111111001111111110100011100001 | 3f3f3f3fe8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)