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汝? | 10010011111100000011111101101000100100111111000000111111 | 93f03f6893f03f |
EUC-JP | 汝?h汝? | 11000110111100100011111101101000110001101111001000111111 | c6f23f68c6f23f |
UTF-8 | 汝쟊h汝쟊 | 11100110101100011001110111101100100111111000101001101000111001101011000110011101111011001001111110001010 | e6b19dec9f8a68e6b19dec9f8a |
UHC | 汝쟊h汝쟊 | 111001101010001110100000010011000110100011100110101000111010000001001100 | e6a3a04c68e6a3a04c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)