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 | 適?砥?臍 | 1001001101001011001111111001001101110101001111111110010001100000 | 934b3f93753fe460 |
EUC-JP | 適?砥?臍 | 1100010110101100001111111100010111010110001111111110011111000001 | c5ac3fc5d63fe7c1 |
UTF-8 | 適렖砥렫臍 | 111010011000000110101001111010111010000010010110111001111010000010100101111010111010000010101011111010001000011110001101 | e981a9eba096e7a0a5eba0abe8878d |
UHC | 適렖砥렫臍 | 11101110111010101000111010101011111100101011001010001110101110011111000010110000 | eeea8eabf2b28eb9f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)