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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 信??] | 1001000001001101001111110011111101011101 | 904d3f3f5d |
EUC-JP | 信??] | 1011111110101110001111110011111101011101 | bfae3f3f5d |
UTF-8 | 信뎶듊] | 11100100101111111010000111101011100011101011011011101011100100111000101001011101 | e4bfa1eb8eb6eb938a5d |
UHC | 信뎶듊] | 11100011111000011000100110001001100010101011110101011101 | e3e189898abd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)