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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 荏耕??峯? | 100010010110000010001101011010110011111100111111100101011111010100111111 | 89608d6b3f3f95f53f |
EUC-JP | 荏耕??峯? | 101100011100000110111001110011000011111100111111110010101111011100111111 | b1c1b9cc3f3fcaf73f |
UTF-8 | 荏耕歷林峯횐 | 111010001000110110001111111010001000000010010101111001101010110110110111111011111010011110110100111001011011001110101111111011011001101010010000 | e88d8fe88095e6adb7efa7b4e5b3afed9a90 |
UHC | 荏耕歷林峯횐 | 111011001111101111001100111010011101010111110110111011001111011111011100111001111100100010111010 | ecfbcce9d5f6ecf7dce7c8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)