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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬻企・覬 | 1110001011110110100010101110100110000001010001011110011001010000 | e2f68ae98145e650 |
EUC-JP | 鬻企・覬 | 1110010011111000101101001110101110100001101001101110101110110001 | e4f8b4eba1a6ebb1 |
UTF-8 | 鬻企・覬 | 111010011010110010111011111001001011110010000001111000111000001110111011111010001010011010101100 | e9acbbe4bc81e383bbe8a6ac |
UHC | ?企?? | 0011111111010000111010100011111100111111 | 3fd0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)