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 | 錵щ挨鞫 | 1110100001000101100001001000101110001000101001011110011010010001 | e845848b88a5e691 |
EUC-JP | 錵щ挨鞫 | 1110111110100110101001111110101110110000101001111110101111110001 | efa6a7ebb0a7ebf1 |
UTF-8 | 錵щ挨鞫 | 1110100110001100101101011101000110001001111001101000110010101000111010011001111010101011 | e98cb5d189e68ca8e99eab |
UHC | ?щ?鞫 | 001111111010110011101011001111111100111111010100 | 3faceb3fcfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)