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 | ??f??}?? | 0011111100111111011001100011111100111111011111010011111100111111 | 3f3f663f3f7d3f3f |
SJIS-WIN | ??f??}?? | 0011111100111111011001100011111100111111011111010011111100111111 | 3f3f663f3f7d3f3f |
EUC-JP | ??f??}?? | 0011111100111111011001100011111100111111011111010011111100111111 | 3f3f663f3f7d3f3f |
UTF-8 | 횄짠f횄혻}횄짠 | 1110110110011010100001001110110010100111101000000110011011101101100110101000010011101101100110001011101101111101111011011001101010000100111011001010011110100000 | ed9a84eca7a066ed9a84ed98bb7ded9a84eca7a0 |
UHC | 횄짠f횄혻}횄짠 | 1100001110000011110000101010011101100110110000111000001111000010101000000111110111000011100000111100001010100111 | c383c2a766c383c2a07dc383c2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)