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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 譟樊沾^ | 11100110100111111001111011100110100111111001111001011110 | e69f9ee69f9e5e |
EUC-JP | 譟樊沾^ | 11101100101000011101110011101000110111011111111001011110 | eca1dce8ddfe5e |
UTF-8 | 譟樊沾^ | 11101000101011011001111111100110101010001000101011100110101100101011111001011110 | e8ad9fe6a88ae6b2be5e |
UHC | ?樊沾^ | 001111111101101111100000111101001101010001011110 | 3fdbe0f4d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)