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 | 由≪? | 1001011101010010100000011110000100111111 | 975281e13f |
EUC-JP | 由≪? | 1100110110110011101000101110001100111111 | cdb3a2e33f |
UTF-8 | 由≪뵟 | 111001111001010010110001111000101000100110101010111010111011010110011111 | e794b1e289aaebb59f |
UHC | 由≪뵟 | 111010111010011010100001111011001001010010011111 | eba6a1ec949f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)