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 | 業??衍 | 100010111100011000111111001111111001111110100101 | 8bc63f3f9fa5 |
EUC-JP | 業??衍 | 101101101100100000111111001111111101111010100111 | b6c83f3fdea7 |
UTF-8 | 業딅젙衍 | 111001101010010110101101111010111001010010000101111011001010000010011001111010001010000110001101 | e6a5adeb9485eca099e8a18d |
UHC | 業딅젙衍 | 1110010111110110100010101110101110100000100101011110011011100010 | e5f68aeba095e6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)