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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 掖⑥?? | 100111010111010010000111010001010011111100111111 | 9d7487453f3f |
EUC-JP | 掖??? | 1101100111010101001111110011111100111111 | d9d53f3f3f |
UTF-8 | 掖⑥눛溜 | 111001101000111010010110111000101001000110100101111010111000100010011011111011111010011110001011 | e68e96e291a5eb889befa78b |
UHC | 掖⑥눛溜 | 1110010011111010101010001110110010000111101100111110101011111110 | e4faa8ec87b3eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)