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 | 歪????? | 10011000011000110011111100111111001111110011111100111111 | 98633f3f3f3f3f |
| EUC-JP | 歪????? | 11001111110001000011111100111111001111110011111100111111 | cfc43f3f3f3f3f |
| UTF-8 | 歪뺣젉療딀콫 | 111001101010110110101010111010111011101010100011111011001010000010001001111011111010011110000001111010111001010010000000111011001011110110101011 | e6adaaebbaa3eca089efa781eb9480ecbdab |
| UHC | 歪뺣젉療딀콫 | 111010001110000010010101111010111010000010001011111010001111111010001010111001101011000110011111 | e8e095eba08be8fe8ae6b19f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)