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 | ル杦氿杦偂 | 110110011111101011100001111110101111010111111010111000011111101001111010 | d9fae1faf5fae1fa7a |
EUC-JP | ル杦氿杦偂 | 1000111011011001100011111100001110100001100011111100011011010111100011111100001110100001100011111011000111100001 | 8ed98fc3a18fc6d78fc3a18fb1e1 |
UTF-8 | ル杦氿杦偂 | 111011111011111010011001111001101001110110100110111001101011000010111111111001101001110110100110111001011000000110000010 | efbe99e69da6e6b0bfe69da6e58182 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)