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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驫捺ウ悟繭鬘 | 1110100110001010100100111110011010110011100011001110010110010110100110101110100110100001 | e98a93e6b38ce5969ae9a1 |
EUC-JP | 驫捺ウ悟繭鬘 | 111100011110101011000110111010001000111010110011101110001110011111001011111110101111001010100011 | f1eac6e88eb3b8e7cbfaf2a3 |
UTF-8 | 驫捺ウ悟繭鬘 | 111010011010100110101011111001101000110110111010111011111011110110110011111001101000001010011111111001111011100110101101111010011010110010011000 | e9a9abe68dbaefbdb3e6829fe7b9ade9ac98 |
UHC | ?捺?悟繭? | 001111111101000111110100001111111110011111110110110011001011011000111111 | 3fd1f43fe7f6ccb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)