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 | ??F? | 00111111001111110100011000111111 | 3f3f463f |
SJIS-WIN | 湖?F? | 1000110011001110001111110100011000111111 | 8cce3f463f |
EUC-JP | 湖?F饔 | 10111000110100000011111101000110100011111110100011101111 | b8d03f468fe8ef |
UTF-8 | 湖렞F饔 | 11100110101110011001011011101011101000001001111001000110111010011010010110010100 | e6b996eba09e46e9a594 |
UHC | 湖렞F饔 | 11111011110010011000111010101111010001101110100010111101 | fbc98eaf46e8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)