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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 鈺??節??O | 111110111100010000111111001111111001000011011111001111110011111101001111 | fbc43f3f90df3f3f4f |
| EUC-JP | 鈺??節??O | 10001111111000111101010100111111001111111100000011100001001111110011111101001111 | 8fe3d53f3fc0e13f3f4f |
| UTF-8 | 鈺뤸퍒節븝쉐O | 11101001100010001011101011101011101001001011100011101101100011011001001011100111101011111000000011101011101110001001110111101100100010011001000001001111 | e988baeba4b8ed8d92e7af80ebb89dec89904f |
| UHC | 鈺뤸퍒節븝쉐O | 11101000101011011000111111100110101110111000100111101111101111011011101011101111101111011010011001001111 | e8ad8fe6bb89efbdbaefbda64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)