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 | 盖哺竟喟 | 1110000110110011100110100100110111101000111011011001101001011111 | e1b39a4de8ed9a5f |
| EUC-JP | 盖哺竟喟 | 1110001010110101110100111010111011110000111011111101001111000000 | e2b5d3aef0efd3c0 |
| UTF-8 | 盖哺竟喟 | 111001111001101110010110111001011001001110111010111001111010101110011111111001011001011010011111 | e79b96e593bae7ab9fe5969f |
| UHC | 盖哺竟? | 11001011110011001111100011010100110011001110010100111111 | cbccf8d4cce53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)