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 | 意??彦 | 100010001101001100111111001111111001010101000110 | 88d33f3f9546 |
EUC-JP | 意??彦 | 101100001101010100111111001111111100100110100111 | b0d53f3fc9a7 |
UTF-8 | 意뚮젗彦 | 111001101000010010001111111010111001101010101110111011001010000010010111111001011011110110100110 | e6848feb9aaeeca097e5bda6 |
UHC | 意뚮젗彦 | 1110101111110010100011001110101110100000100100111110010111101001 | ebf28ceba093e5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)