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 | ~ñ | 1001101010001110100001001000110010000001011111101001001111110001 | 9a8e848c817e93f1 |
SJIS-WIN | ?????~?? | 0011111100111111001111110011111100111111011111100011111100111111 | 3f3f3f3f3f7e3f3f |
EUC-JP | ?????~?ñ | 00111111001111110011111100111111001111110111111000111111100011111010101111010000 | 3f3f3f3f3f7e3f8fabd0 |
UTF-8 | ~ñ | 110000101001101011000010100011101100001010000100110000101000110011000010100000010111111011000010100100111100001110110001 | c29ac28ec284c28cc2817ec293c3b1 |
UHC | ?????~?? | 0011111100111111001111110011111100111111011111100011111100111111 | 3f3f3f3f3f7e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)