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 | 衍??椅? | 10011111101001010011111100111111100010001101011000111111 | 9fa53f3f88d63f |
EUC-JP | 衍??椅? | 11011110101001110011111100111111101100001101100000111111 | dea73f3fb0d83f |
UTF-8 | 衍됱궡椅쯆 | 111010001010000110001101111010111001000010110001111010101011011010100001111001101010010010000101111011001010111110000110 | e8a18deb90b1eab6a1e6a485ecaf86 |
UHC | 衍됱궡椅쯆 | 11100110111000101000100111101100100000101011010011101011111101011010100101000010 | e6e289ec82b4ebf5a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)