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 | 凋瀧?富 | 10010010100111001001000111101011001111111001010101111000 | 929c91eb3f9578 |
EUC-JP | 凋瀧?富 | 11000011111111001100001011101101001111111100100111011001 | c3fcc2ed3fc9d9 |
UTF-8 | 凋瀧렓富 | 111001011000011110001011111001111000000010100111111010111010000010010011111001011010111110001100 | e5878be780a7eba093e5af8c |
UHC | 凋瀧렓富 | 1111000010111101110101101110100110001110101010001101110110100011 | f0bdd6e98ea8dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)