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 | 瀅?億?こ | 1111101101001110001111111000100110101101001111111000001010110001 | fb4e3f89ad3f82b1 |
| EUC-JP | 瀅?億?こ | 100011111100100110101011001111111011001010101111001111111010010010110011 | 8fc9ab3fb2af3fa4b3 |
| UTF-8 | 瀅렱億랑こ | 111001111000000010000101111010111010000010110001111001011000010010000100111010111001111010010001111000111000000110010011 | e78085eba0b1e58484eb9e91e38193 |
| UHC | 瀅렱億랑こ | 11111011101001001000111010111110111001011110001010110110111110111010101010110011 | fba48ebee5e2b6fbaab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)