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 | 捨爾貶上 | 1000111011001100100011101010001011100110110010001000111111100011 | 8ecc8ea2e6c88fe3 |
EUC-JP | 捨爾貶上 | 1011110011001110101111001010010011101100110010101011111011100101 | bccebca4eccabee5 |
UTF-8 | 捨爾貶上 | 111001101000110110101000111001111000100010111110111010001011001010110110111001001011100010001010 | e68da8e788bee8b2b6e4b88a |
UHC | 捨爾貶上 | 1101111011010111111011001011001111111000101111111101111110111110 | ded7ecb3f8bfdfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)