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 | ??B???? | 00111111001111110100001000111111001111110011111100111111 | 3f3f423f3f3f3f |
SJIS-WIN | テサBツウティ | 11000011101110110100001011000010101100111100001110101000 | c3bb42c2b3c3a8 |
EUC-JP | テサBツウティ | 10001110110000111000111010111011010000101000111011000010100011101011001110001110110000111000111010101000 | 8ec38ebb428ec28eb38ec38ea8 |
UTF-8 | テサBツウティ | 11101111101111101000001111101111101111011011101101000010111011111011111010000010111011111011110110110011111011111011111010000011111011111011110110101000 | efbe83efbdbb42efbe82efbdb3efbe83efbda8 |
UHC | ??B???? | 00111111001111110100001000111111001111110011111100111111 | 3f3f423f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)