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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???蹂?? | 00111111001111110011111111100110111110000011111100111111 | 3f3f3fe6f83f3f |
EUC-JP | 孼??蹂?? | 100011111011101011000011001111110011111111101100111110100011111100111111 | 8fbac33f3fecfa3f3f |
UTF-8 | 孼뽯뿫蹂뤸깱 | 111001011010110110111100111010111011110110101111111010111011111110101011111010001011100110000010111010111010010010111000111010101011100110110001 | e5adbcebbdafebbfabe8b982eba4b8eab9b1 |
UHC | 孼뽯뿫蹂뤸깱 | 111001011110110110010110111010111001011110101011111010111011001110001111111001101000001110011111 | e5ed96eb97abebb38fe6839f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)