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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | ?瑤~ | 00111111111010101010001001111110 | 3feaa27e |
EUC-JP | 侁瑤~ | 100011111011000011111100111101001010010001111110 | 8fb0fcf4a47e |
UTF-8 | 侁瑤~ | 11100100101111101000000111100111100100011010010001111110 | e4be81e791a47e |
UHC | 侁瑤~ | 1110001111100000111010001111110101111110 | e3e0e8fd7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)