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 | ?????SB | 00111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f5342 |
SJIS-WIN | ???似?SB | 0011111100111111001111111000111010010111001111110101001101000010 | 3f3f3f8e973f5342 |
EUC-JP | ???似?SB | 0011111100111111001111111011101111110111001111110101001101000010 | 3f3f3fbbf73f5342 |
UTF-8 | 렻렖렺似렕SB | 1110101110100000101110111110101110100000100101101110101110100000101110101110010010111100101111001110101110100000100101010101001101000010 | eba0bbeba096eba0bae4bcbceba0955342 |
UHC | 렻렖렺似렕SB | 100011101100001110001110101010111000111011000010110111101100010010001110101010100101001101000010 | 8ec38eab8ec2dec48eaa5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)