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 | 絶?∀辱?? | 100100001110001000111111100000011100110110010000010010100011111100111111 | 90e23f81cd904a3f3f |
| EUC-JP | 絶?∀辱?? | 110000001110010000111111101000101100111110111111101010110011111100111111 | c0e43fa2cfbfab3f3f |
| UTF-8 | 絶쀧∀辱뺧슈 | 111001111011010110110110111011001000000010100111111000101000100010000000111010001011111010110001111010111011101010100111111011001000101010001000 | e7b5b6ec80a7e28880e8beb1ebbaa7ec8a88 |
| UHC | 絶쀧∀辱뺧슈 | 111011111011111010010111111001111010001010100011111010011011010010010101111011111011110110110100 | efbe97e7a2a3e9b495efbdb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)