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 | 慂??預 | 100111001100100000111111001111111001011101100001 | 9cc83f3f9761 |
EUC-JP | 慂??預 | 110110001100101000111111001111111100110111000010 | d8ca3f3fcdc2 |
UTF-8 | 慂딅젲預 | 111001101000010110000010111010111001010010000101111011001010000010110010111010011010000010010000 | e68582eb9485eca0b2e9a090 |
UHC | 慂딅젲預 | 1110100110111101100010101110101110100000101001101110011111101000 | e9bd8aeba0a6e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)