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 | 轣シ訷慕豎 | 111001111000000110111100111110111010010010010101111001111110011010110001 | e781bcfba495e7e6b1 |
EUC-JP | 轣シ訷慕豎 | 1110110111100001100011101011110010001111110111011101010011001010111010011110110010110011 | ede18ebc8fddd4cae9ecb3 |
UTF-8 | 轣シ訷慕豎 | 111010001011110110100011111011111011110110111100111010001010100010110111111001101000010110010101111010001011000110001110 | e8bda3efbdbce8a8b7e68595e8b18e |
UHC | ???慕? | 001111110011111100111111110110011011011100111111 | 3f3f3fd9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)