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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 凍凍B | 1001001110000000100100111000000001000010 | 9380938042 |
EUC-JP | 凍凍B | 1100010111100000110001011110000001000010 | c5e0c5e042 |
UTF-8 | 凍凍B | 11100101100001111000110111100101100001111000110101000010 | e5878de5878d42 |
UHC | 凍凍B | 1101010011010000110101001101000001000010 | d4d0d4d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)