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 | 伊屯?經? | 1000100011001001100100111101010000111111111000110101001100111111 | 88c993d43fe3533f |
| EUC-JP | 伊屯?經? | 1011000011001011110001101101011000111111111001011011010000111111 | b0cbc6d63fe5b43f |
| UTF-8 | 伊屯렋經욱 | 111001001011110010001010111001011011000110101111111010111010000010001011111001111011011010010011111011001001101010110001 | e4bc8ae5b1afeba08be7b693ec9ab1 |
| UHC | 伊屯렋經욱 | 11101100101001011101010011101010100011101010001011001100111010001011111111101101 | eca5d4ea8ea2cce8bfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)