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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 髯ス諤千名c^ | 1110100110011001101111011110011010000000100100001110011110010110101111000110001101011110 | e999bde68090e796bc635e |
EUC-JP | 髯ス諤千名c^ | 111100011111100110001110101111011110101111100000110000001110100111001100101111100110001101011110 | f1f98ebdebe0c0e9ccbe635e |
UTF-8 | 髯ス諤千名c^ | 1110100110101011101011111110111110111101101111011110100010101011101001001110010110001101100000111110010110010000100011010110001101011110 | e9abafefbdbde8aba4e58d83e5908d635e |
UHC | ???千名c^ | 001111110011111100111111111101001011011011011001101000110110001101011110 | 3f3f3ff4b6d9a3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)