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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 術砥術砥B | 100011110111000010010011011101011000111101110000100100110111010101000010 | 8f7093758f70937542 |
EUC-JP | 術砥術砥B | 101111011101000111000101110101101011110111010001110001011101011001000010 | bdd1c5d6bdd1c5d642 |
UTF-8 | 術砥術砥B | 11101000101000011001001111100111101000001010010111101000101000011001001111100111101000001010010101000010 | e8a193e7a0a5e8a193e7a0a542 |
UHC | 術砥術砥B | 111000101111101011110010101100101110001011111010111100101011001001000010 | e2faf2b2e2faf2b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)