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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 浴???ц? | 1001011110000001001111110011111100111111100001001000100000111111 | 97813f3f3f84883f |
EUC-JP | 浴???ц? | 1100110111100001001111110011111100111111101001111110100000111111 | cde13f3f3fa7e83f |
UTF-8 | 浴덅꽦歷ц씩 | 1110011010110101101101001110101110001101100001011110101010111101101001101110111110100110100011001101000110000110111011001001010010101001 | e6b5b4eb8d85eabda6efa68cd186ec94a9 |
UHC | 浴덅꽦歷ц씩 | 111010011011000110001000111010001000010010110001111001101011100010101100111010001011111010111111 | e9b188e884b1e6b8ace8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)