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 | 臍???矣 | 11100100011000000011111100111111001111111110000111100001 | e4603f3f3fe1e1 |
EUC-JP | 臍???矣 | 11100111110000010011111100111111001111111110001011100011 | e7c13f3f3fe2e3 |
UTF-8 | 臍陋렩렭矣 | 111010001000011110001101111011111010010110010001111010111010000010101001111010111010000010101101111001111001111110100011 | e8878defa591eba0a9eba0ade79fa3 |
UHC | 臍陋렩렭矣 | 11110000101100001101001011101011100011101011011110001110101110101110101111111000 | f0b0d2eb8eb78ebaebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)