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 | 第???悌? | 1001000111100110001111110011111100111111100100101110111000111111 | 91e63f3f3f92ee3f |
| EUC-JP | 第???悌? | 1100001011101000001111110011111100111111110001001111000000111111 | c2e83f3f3fc4f03f |
| UTF-8 | 第숄렰렧悌렦 | 111001111010110010101100111011001000100010000100111010111010000010110000111010111010000010100111111001101000001010001100111010111010000010100110 | e7acacec8884eba0b0eba0a7e6828ceba0a6 |
| UHC | 第숄렰렧悌렦 | 111100001010111110111100111100011000111010111101100011101011011011110000101010101000111010110101 | f0afbcf18ebd8eb6f0aa8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)