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 | ¶Å] | 1000111010110110100011101100010101011101 | 8eb68ec55d |
SJIS-WIN | ?¶??] | 001111111000000111110111001111110011111101011101 | 3f81f73f3f5d |
EUC-JP | ?¶?Å] | 0011111110100010111110010011111110001111101010101010100101011101 | 3fa2f93f8faaa95d |
UTF-8 | ¶Å] | 110000101000111011000010101101101100001010001110110000111000010101011101 | c28ec2b6c28ec3855d |
UHC | ?¶??] | 001111111010001011010010001111110011111101011101 | 3fa2d23f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)