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 | 毓??源 | 100111110111100100111111001111111000110010111001 | 9f793f3f8cb9 |
EUC-JP | 毓??源 | 110111011101101000111111001111111011100010111011 | ddda3f3fb8bb |
UTF-8 | 毓띷븤源 | 111001101010111110010011111010111001110110110111111010111011100010100100111001101011101010010000 | e6af93eb9db7ebb8a4e6ba90 |
UHC | 毓띷븤源 | 1110101110111110100011011110011010010101100011011110101010111001 | ebbe8de6958deab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)