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 | ??閨圓 | 001111110011111111101000100000011001101010100010 | 3f3fe8819aa2 |
EUC-JP | 饔?閨圓 | 1000111111101000111011110011111111101111111000011101010010100100 | 8fe8ef3fefe1d4a4 |
UTF-8 | 饔淚閨圓 | 111010011010010110010100111011111010010110001101111010011001011010101000111001011001110010010011 | e9a594efa58de996a8e59c93 |
UHC | 饔淚閨圓 | 1110100010111101110100101110011111010000101100011110101010101101 | e8bdd2e7d0b1eaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)