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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | 萓晧初碪キV | 11100100101111101001110111101100100011111000100111100001111100101011011101010110 | e4be9dec8f89e1f2b756 |
EUC-JP | 萓晧初碪キV | 1110100011000000110110101110111010111101111010011110001011110100100011101011011101010110 | e8c0daeebde9e2f48eb756 |
UTF-8 | 萓晧初碪キV | 11101000100100001001001111100110100110011010011111100101100010001001110111100111101000101010101011101111101111011011011101010110 | e89093e699a7e5889de7a2aaefbdb756 |
UHC | ?晧初??V | 0011111111111011110001011111010011111000001111110011111101010110 | 3ffbc5f4f83f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)