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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 短存但樽贈 | 10010010010110101001000110110110100100100100000110010010010011011001000110100001 | 925a91b69241924d91a1 |
EUC-JP | 短存但樽贈 | 11000011101110111100001010111000110000111010001011000011101011101100001010100011 | c3bbc2b8c3a2c3aec2a3 |
UTF-8 | 短存但樽贈 | 111001111001111110101101111001011010110110011000111001001011110110000110111001101010100010111101111010001011010010001000 | e79fade5ad98e4bd86e6a8bde8b488 |
UHC | 短存但樽贈 | 11010011101011011111000011101101110100111010001111110001110111001111000111111100 | d3adf0edd3a3f1dcf1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)