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 | タ裴鵫ュタ | 11000000111001011110100011111100010010001010110111000000 | c0e5e8fc48adc0 |
EUC-JP | タ裴鵫ュタ | 1000111011000000111010101110101010001111111010111111101010001110101011011000111011000000 | 8ec0eaea8febfa8ead8ec0 |
UTF-8 | タ裴鵫ュタ | 111011111011111010000000111010001010001110110100111010011011010110101011111011111011110110101101111011111011111010000000 | efbe80e8a3b4e9b5abefbdadefbe80 |
UHC | ?裴??? | 001111111101101111010000001111110011111100111111 | 3fdbd03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)