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 | ?S?? | 00111111010100110011111100111111 | 3f533f3f |
SJIS-WIN | 循S?? | 1000111101111010010100110011111100111111 | 8f7a533f3f |
EUC-JP | 循S?? | 1011110111011011010100110011111100111111 | bddb533f3f |
UTF-8 | 循S롍렋 | 11100101101111101010101001010011111010111010000110001101111010111010000010001011 | e5beaa53eba18deba08b |
UHC | 循S롍렋 | 11100010111000000101001110001110110100111000111010100010 | e2e0538ed38ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)