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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 邯「h邯「 | 11100111101101101010001001101000111001111011011010100010 | e7b6a268e7b6a2 |
EUC-JP | 邯「h邯「 | 111011101011100010001110101000100110100011101110101110001000111010100010 | eeb88ea268eeb88ea2 |
UTF-8 | 邯「h邯「 | 11101001100000101010111111101111101111011010001001101000111010011000001010101111111011111011110110100010 | e982afefbda268e982afefbda2 |
UHC | 邯?h邯? | 11001010111110110011111101101000110010101111101100111111 | cafb3f68cafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)