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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?消?承?? | 0011111110001111110000010011111110001111101100110011111100111111 | 3f8fc13f8fb33f3f |
| EUC-JP | ?消?承?? | 0011111110111110110000110011111110111110101101010011111100111111 | 3fbec33fbeb53f3f |
| UTF-8 | 뤊消텖承롍렟 | 111010111010010010001010111001101011011010001000111011011000010110010110111001101000100110111111111010111010000110001101111010111010000010011111 | eba48ae6b688ed8596e689bfeba18deba09f |
| UHC | 뤊消텖承롍렟 | 100011111011101011100001101111001011011010001111111000111010111110001110110100111000111010110000 | 8fbae1bcb68fe3af8ed38eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)