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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踐ъ襖踐 | 1110011011110110100001001000110010001001101001101110011011110110 | e6f6848c89a6e6f6 |
EUC-JP | 踐ъ襖踐 | 1110110011111000101001111110110010110010101010001110110011111000 | ecf8a7ecb2a8ecf8 |
UTF-8 | 踐ъ襖踐 | 1110100010111000100100001101000110001010111010001010010110010110111010001011100010010000 | e8b890d18ae8a596e8b890 |
UHC | 踐ъ?踐 | 11110100110000101010110011101100001111111111010011000010 | f4c2acec3ff4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)