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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 葬?只? | 100100011001001000111111100100011111110000111111 | 91923f91fc3f |
| EUC-JP | 葬?只? | 110000011111001000111111110000101111111000111111 | c1f23fc2fe3f |
| UTF-8 | 葬렱只렑 | 111010001001000110101100111010111010000010110001111001011000111110101010111010111010000010010001 | e891aceba0b1e58faaeba091 |
| UHC | 葬렱只렑 | 1110110111110111100011101011111011110001111111101000111010100110 | edf78ebef1fe8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)