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 | ???苑?Ⅵ | 0011111100111111001111111000100110010001001111111000011101011001 | 3f3f3f89913f8759 |
| EUC-JP | ???苑?? | 00111111001111110011111110110001111100010011111100111111 | 3f3f3fb1f13f3f |
| UTF-8 | 令쀫즻苑뷂Ⅵ | 111011111010011010101000111011001000000010101011111011001010011010111011111010001000101110010001111010111011011110000010111000101000010110100101 | efa6a8ec80abeca6bbe88b91ebb782e285a5 |
| UHC | 令쀫즻苑뷂Ⅵ | 111001111010100110010111111010111010001110001101111010101011110110010100111011111010010110110101 | e7a997eba38deabd94efa5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)