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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???奄? | 001111110011111100111111100010011000001000111111 | 3f3f3f89823f |
| EUC-JP | ???奄? | 001111110011111100111111101100011110001000111111 | 3f3f3fb1e23f |
| UTF-8 | 凉붹뜤奄틻 | 111011111010010110111001111010111011011010111001111010111001110010100100111001011010010110000100111011011000101110111011 | efa5b9ebb6b9eb9ca4e5a584ed8bbb |
| UHC | 凉붹뜤奄틻 | 11100101101111001001010011100110100011011010011111100101111100101011101101000001 | e5bc94e68da7e5f2bb41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)