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 | 助?至?吟? | 100011111001010100111111100011101000101000111111100010111110000100111111 | 8f953f8e8a3f8be13f |
EUC-JP | 助?至?吟? | 101111011111010100111111101110111110101000111111101101101110001100111111 | bdf53fbbea3fb6e33f |
UTF-8 | 助렑至렡吟렗 | 111001011000101010101001111010111010000010010001111010001000011110110011111010111010000010100001111001011001000010011111111010111010000010010111 | e58aa9eba091e887b3eba0a1e5909feba097 |
UHC | 助렑至렡吟렗 | 111100001011111010001110101001101111001010111000100011101011001011101011111000011000111010101100 | f0be8ea6f2b88eb2ebe18eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)