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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 汝??源ι | 1001001111110000001111110011111110001100101110011000001111000111 | 93f03f3f8cb983c7 |
EUC-JP | 汝??源ι | 1100011011110010001111110011111110111000101110111010011011001001 | c6f23f3fb8bba6c9 |
UTF-8 | 汝뺥쓼源ι | 1110011010110001100111011110101110111010101001011110110010010011101111001110011010111010100100001100111010111001 | e6b19debbaa5ec93bce6ba90ceb9 |
UHC | 汝뺥쓼源ι | 11100110101000111001010111101101100111011001011111101010101110011010010111101001 | e6a395ed9d97eab9a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)