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 | 曜??寡絶 | 1001011101101010001111110011111110001001110001111001000011100010 | 976a3f3f89c790e2 |
EUC-JP | 曜??寡絶 | 1100110111001011001111110011111110110010110010011100000011100100 | cdcb3f3fb2c9c0e4 |
UTF-8 | 曜닷낏寡絶 | 111001101001101110011100111010111000101110110111111010111000001010001111111001011010111110100001111001111011010110110110 | e69b9ceb8bb7eb828fe5afa1e7b5b6 |
UHC | 曜닷낏寡絶 | 11101000111110001011010011100101101100111010100011001101111110111110111110111110 | e8f8b4e5b3a8cdfbefbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)