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 | 痔鴃識 | 11110001111001101000111010100100111010011110111010001110101011111111000010101111 | f1e68ea4e9ee8eaff0af |
EUC-JP | ?痔鴃識? | 0011111110111100101001101111001011110000101111001011000100111111 | 3fbca6f2f0bcb13f |
UTF-8 | 痔鴃識 | 111011101000010110100001111001111001011110010100111010011011010010000011111010001010110110011000111011101000000110101110 | ee85a1e79794e9b483e8ad98ee81ae |
UHC | ?痔?識? | 00111111111101101100000000111111111000111101101100111111 | 3ff6c03fe3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)