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 | 痔ヘ」 | 1111000111100110100011101010010011110000101111111100110110100011 | f1e68ea4f0bfcda3 |
EUC-JP | ?痔?ヘ」 | 0011111110111100101001100011111110001110110011011000111010100011 | 3fbca63f8ecd8ea3 |
UTF-8 | 痔ヘ」 | 111011101000010110100001111001111001011110010100111011101000000110111110111011111011111010001101111011111011110110100011 | ee85a1e79794ee81beefbe8defbda3 |
UHC | ?痔??? | 001111111111011011000000001111110011111100111111 | 3ff6c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)