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 | ?Fb?@X | 001111110100011001100010001111110100000001011000 | 3f46623f4058 |
SJIS-WIN | ?Fb?@X | 001111110100011001100010001111110100000001011000 | 3f46623f4058 |
EUC-JP | ?Fb?@X | 001111110100011001100010001111110100000001011000 | 3f46623f4058 |
UTF-8 | 혪Fb혪@X | 11101101100110001010101001000110011000101110110110011000101010100100000001011000 | ed98aa4662ed98aa4058 |
UHC | 혪Fb혪@X | 1100001010010010010001100110001011000010100100100100000001011000 | c2924662c2924058 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)