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 | 予??餓? | 10010111010111000011111100111111100010011110110000111111 | 975c3f3f89ec3f |
| EUC-JP | 予??餓? | 11001101101111010011111100111111101100101110111000111111 | cdbd3f3fb2ee3f |
| UTF-8 | 予며솴餓랡 | 111001001011101010001000111010111010100110110000111011001000011010110100111010011010010010010011111010111001111010100001 | e4ba88eba9b0ec86b4e9a493eb9ea1 |
| UHC | 予며솴餓랡 | 11100101111110001011100011100111100110011010100111100100101110111000111001000010 | e5f8b8e799a9e4bb8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)