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 | ??ⅱ疫 | 001111110011111111111010010000011000100101110101 | 3f3ffa418975 |
EUC-JP | ???疫 | 0011111100111111001111111011000111010110 | 3f3f3fb1d6 |
UTF-8 | 料쒏ⅱ疫 | 111011111010011010111110111011001001001010001111111000101000010110110001111001111001011010101011 | efa6beec928fe285b1e796ab |
UHC | 料쒏ⅱ疫 | 1110100011110111100111001110011010100101101000101110011010111001 | e8f79ce6a5a2e6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)