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 | 錵щヽ讎 | 1110100001000101100001001000101110000001010100101110011010100110 | e845848b8152e6a6 |
EUC-JP | 錵щヽ讎 | 1110111110100110101001111110101110100001101100111110110010101000 | efa6a7eba1b3eca8 |
UTF-8 | 錵щヽ讎 | 1110100110001100101101011101000110001001111000111000001110111101111010001010111010001110 | e98cb5d189e383bde8ae8e |
UHC | ?щ?? | 0011111110101100111010110011111100111111 | 3faceb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)