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 | ???絶?? | 00111111001111110011111110010000111000100011111100111111 | 3f3f3f90e23f3f |
| EUC-JP | ???絶?? | 00111111001111110011111111000000111001000011111100111111 | 3f3f3fc0e43f3f |
| UTF-8 | 連듕툑絶싨죸 | 111011111010011010011010111010111001001110010101111011011000100010010001111001111011010110110110111011001000101110101000111011001010001110111000 | efa69aeb9395ed8891e7b5b6ec8ba8eca3b8 |
| UHC | 連듕툑絶싨죸 | 111001101110011010110101111001001011100010001000111011111011111010011010111001101010000110010010 | e6e6b5e4b888efbe9ae6a192 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)