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 | 凹??染?? | 1000100110011010001111110011111110010000111101010011111100111111 | 899a3f3f90f53f3f |
| EUC-JP | 凹??染?? | 1011000111111010001111110011111111000000111101110011111100111111 | b1fa3f3fc0f73f3f |
| UTF-8 | 凹사덱染녻쳸 | 111001011000011110111001111011001000001010101100111010111000110110110001111001101001111110010011111010111000010110111011111011001011001110111000 | e587b9ec82aceb8db1e69f93eb85bbecb3b8 |
| UHC | 凹사덱染녻쳸 | 111010001110101010111011111001111011010110100110111001101111100010000110111010001010101110011011 | e8eabbe7b5a6e6f886e8ab9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)