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 | âTäWo | 1110001001010100111001000101011101101111 | e254e4576f |
SJIS-WIN | ?T?Wo | 0011111101010100001111110101011101101111 | 3f543f576f |
EUC-JP | âTäWo | 100011111010101110100100010101001000111110101011101000110101011101101111 | 8faba4548faba3576f |
UTF-8 | âTäWo | 11000011101000100101010011000011101001000101011101101111 | c3a254c3a4576f |
UHC | ?T?Wo | 0011111101010100001111110101011101101111 | 3f543f576f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)