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 | 谿イ豢呷屓 | 111001101010111010110010111001101011010010011001111011001001101110011110 | e6aeb2e6b499ec9b9e |
EUC-JP | 谿イ豢呷屓 | 11101100101100001000111010110010111011001011011011010010111011101101010111111110 | ecb08eb2ecb6d2eed5fe |
UTF-8 | 谿イ豢呷屓 | 111010001011000010111111111011111011110110110010111010001011000110100010111001011001000110110111111001011011000110010011 | e8b0bfefbdb2e8b1a2e591b7e5b193 |
UHC | 谿???? | 110011011010110000111111001111110011111100111111 | cdac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)