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 | 雍?蘖? | 111010001011010000111111100111110101000000111111 | e8b43f9f503f |
EUC-JP | 雍?蘖? | 111100001011011000111111110111011011000100111111 | f0b63fddb13f |
UTF-8 | 雍렓蘖렕 | 111010011001101110001101111010111010000010010011111010001001100010010110111010111010000010010101 | e99b8deba093e89896eba095 |
UHC | 雍렓蘖렕 | 1110100010111100100011101010100011100101111011101000111010101010 | e8bc8ea8e5ee8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)