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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ツスツェテ偲ュ | 1100001010111101110000101010101011000011100011101100001110101101 | c2bdc2aac38ec3ad |
EUC-JP | ツスツェテ偲ュ | 1000111011000010100011101011110110001110110000101000111010101010100011101100001110111100110001011000111010101101 | 8ec28ebd8ec28eaa8ec3bcc58ead |
UTF-8 | ツスツェテ偲ュ | 111011111011111010000010111011111011110110111101111011111011111010000010111011111011110110101010111011111011111010000011111001011000000110110010111011111011110110101101 | efbe82efbdbdefbe82efbdaaefbe83e581b2efbdad |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)