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 | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
| SJIS-WIN | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
| EUC-JP | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
| UTF-8 | 若듸슴若듸풏Z | 11101111101001011011010011101011100100111011100011101100100010101011010011101111101001011011010011101011100100111011100011101101100100101000111101011010 | efa5b4eb93b8ec8ab4efa5b4eb93b8ed928f5a |
| UHC | 若듸슴若듸풏Z | 11100101101011101011010111101111101111011011111111100101101011101011010111101111101111101001001101011010 | e5aeb5efbdbfe5aeb5efbe935a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)