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 | タ裴鋿裴硤 | 110000001110010111101000111110111101110011100101111010001111101101111010 | c0e5e8fbdce5e8fb7a |
EUC-JP | タ裴鋿裴硤 | 100011101100000011101010111010101000111111100100110100101110101011101010100011111100111111101001 | 8ec0eaea8fe4d2eaea8fcfe9 |
UTF-8 | タ裴鋿裴硤 | 111011111011111010000000111010001010001110110100111010011000101110111111111010001010001110110100111001111010000110100100 | efbe80e8a3b4e98bbfe8a3b4e7a1a4 |
UHC | ?裴?裴? | 00111111110110111101000000111111110110111101000000111111 | 3fdbd03fdbd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)