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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 邯「h邯 | 111001111011011010100010011010001110011110110110 | e7b6a268e7b6 |
EUC-JP | 邯「h邯 | 11101110101110001000111010100010011010001110111010111000 | eeb88ea268eeb8 |
UTF-8 | 邯「h邯 | 11101001100000101010111111101111101111011010001001101000111010011000001010101111 | e982afefbda268e982af |
UHC | 邯?h邯 | 110010101111101100111111011010001100101011111011 | cafb3f68cafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)