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 | ??塑? | 0011111100111111100100010101100100111111 | 3f3f91593f |
EUC-JP | ??塑? | 0011111100111111110000011011101000111111 | 3f3fc1ba3f |
UTF-8 | 왲뼂塑쑺 | 111011001001100110110010111010111011110010000010111001011010000110010001111011001001000110111010 | ec99b2ebbc82e5a191ec91ba |
UHC | 왲뼂塑쑺 | 1001111011011000100101101000110011100001101100011001110011010010 | 9ed8968ce1b19cd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)