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 | 塋る???? | 1001101011001000100000101110100100111111001111110011111100111111 | 9ac882e93f3f3f3f |
| EUC-JP | 塋る???? | 1101010011001010101001001110101100111111001111110011111100111111 | d4caa4eb3f3f3f3f |
| UTF-8 | 塋る뭾柳녕큵 | 111001011010000110001011111000111000001010001011111010111010110110111110111011111010011110001001111010111000010110010101111011011000000110110101 | e5a18be3828bebadbeefa789eb8595ed81b5 |
| UHC | 塋る뭾柳녕큵 | 111001111010101110101010111010111001001010001101111010101111011110110011111001111011010010000100 | e7abaaeb928deaf7b3e7b484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)