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 | 地?雨紗?? | 100100100110111000111111100010010100101010001110110100010011111100111111 | 926e3f894a8ed13f3f |
| EUC-JP | 地?雨紗?? | 110000111100111100111111101100011010101110111100110100110011111100111111 | c3cf3fb1abbcd33f3f |
| UTF-8 | 地렩雨紗렗렑 | 111001011001110010110000111010111010000010101001111010011001101110101000111001111011010010010111111010111010000010010111111010111010000010010001 | e59cb0eba0a9e99ba8e7b497eba097eba091 |
| UHC | 地렩雨紗렗렑 | 111100101010001010001110101101111110100111101011110111101110100110001110101011001000111010100110 | f2a28eb7e9ebdee98eac8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)