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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 底拒底居^ | 100100101110101010001011100100011001001011101010100010111000111101011110 | 92ea8b9192ea8b8f5e |
EUC-JP | 底拒底居^ | 110001001110110010110101111100011100010011101100101101011110111101011110 | c4ecb5f1c4ecb5ef5e |
UTF-8 | 底拒底居^ | 11100101101110101001010111100110100010111001001011100101101110101001010111100101101100011000010101011110 | e5ba95e68b92e5ba95e5b1855e |
UHC | 底拒底居^ | 111011101011110011001011110111101110111010111100110010111101110001011110 | eebccbdeeebccbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)