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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 迯礼鮎^ | 11100111100011011001011111100111100010001011110001011110 | e78d97e788bc5e |
EUC-JP | 迯礼鮎^ | 11101101111011011100111011101001101100001011111001011110 | ededcee9b0be5e |
UTF-8 | 迯礼鮎^ | 11101000101111111010111111100111101001001011110011101001101011101000111001011110 | e8bfafe7a4bce9ae8e5e |
UHC | ??鮎^ | 0011111100111111111011111100011001011110 | 3f3fefc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)