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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驥磯が蜀 | 1110100110000111100010001110100110000010101010101110010110000110 | e98788e982aae586 |
EUC-JP | 驥磯が蜀 | 1111000111100111101100001110101110100100101011001110100111100110 | f1e7b0eba4ace9e6 |
UTF-8 | 驥磯が蜀 | 111010011010100110100101111001111010001110101111111000111000000110001100111010001001110010000000 | e9a9a5e7a3afe3818ce89c80 |
UHC | 驥磯が蜀 | 1101000111001010110100011011010010101010101011001111010110111001 | d1cad1b4aaacf5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)