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 | ???乙 | 0011111100111111001111111000100110110011 | 3f3f3f89b3 |
EUC-JP | ???乙 | 0011111100111111001111111011001010110101 | 3f3f3fb2b5 |
UTF-8 | 劣믨여乙 | 111011111010011010011101111010111010111110101000111011001001011110101100111001001011100110011001 | efa69debafa8ec97ace4b999 |
UHC | 劣믨여乙 | 1110011011101011100100101110101010111111101010011110101111100000 | e6eb92eabfa9ebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)