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 | 謖檎オイ | 111001101000110010001100111001111011010110110010 | e68c8ce7b5b2 |
EUC-JP | 謖檎オイ | 1110101111101100101110001110100110001110101101011000111010110010 | ebecb8e98eb58eb2 |
UTF-8 | 謖檎オイ | 111010001010110010010110111001101010101010001110111011111011110110110101111011111011110110110010 | e8ac96e6aa8eefbdb5efbdb2 |
UHC | 謖檎?? | 111000011101101011010000110101010011111100111111 | e1dad0d53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)