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 | 邀オ辯礼。シ | 111001111011000110110101111001111000011110010111111001111010000110111100 | e7b1b5e78797e7a1bc |
EUC-JP | 邀オ辯礼。シ | 111011101011001110001110101101011110110111100111110011101110100110001110101000011000111010111100 | eeb38eb5ede7cee98ea18ebc |
UTF-8 | 邀オ辯礼。シ | 111010011000001010000000111011111011110110110101111010001011111010101111111001111010010010111100111011111011110110100001111011111011110110111100 | e98280efbdb5e8beafe7a4bcefbda1efbdbc |
UHC | 邀?辯??? | 1110100110101101001111111101110010101010001111110011111100111111 | e9ad3fdcaa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)