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 | ???穩? | 001111110011111100111111111000100111001000111111 | 3f3f3fe2723f |
| EUC-JP | ???穩? | 001111110011111100111111111000111101001100111111 | 3f3f3fe3d33f |
| UTF-8 | 筽뜹뮃穩낹 | 111001111010110110111101111010111001110010111001111010111010111010000011111001111010100110101001111010111000001010111001 | e7adbdeb9cb9ebae83e7a9a9eb82b9 |
| UHC | 筽뜹뮃穩낹 | 11101000101001001011011011100101100100101001001011101000101100011000011001001001 | e8a4b6e59292e8b18649 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)