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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 汝?汝?^ | 10010011111100000011111110010011111100000011111101011110 | 93f03f93f03f5e |
EUC-JP | 汝?汝?^ | 11000110111100100011111111000110111100100011111101011110 | c6f23fc6f23f5e |
UTF-8 | 汝쟊汝쟊^ | 11100110101100011001110111101100100111111000101011100110101100011001110111101100100111111000101001011110 | e6b19dec9f8ae6b19dec9f8a5e |
UHC | 汝쟊汝쟊^ | 111001101010001110100000010011001110011010100011101000000100110001011110 | e6a3a04ce6a3a04c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)