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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邁榊ュ | 1110011110110000100011011110010110101101 | e7b08de5ad |
EUC-JP | 邁榊ュ | 111011101011001010111010111001111000111010101101 | eeb2bae78ead |
UTF-8 | 邁榊ュ | 111010011000001010000001111001101010011010001010111011111011110110101101 | e98281e6a68aefbdad |
UHC | 邁?? | 11011000111001000011111100111111 | d8e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)