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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 揖??蘂 | 100101110100101100111111001111111110010101000001 | 974b3f3fe541 |
EUC-JP | 揖??蘂 | 110011011010110000111111001111111110100110100010 | cdac3f3fe9a2 |
UTF-8 | 揖뗦굝蘂 | 111001101000111110010110111010111001011110100110111010101011010110011101111010001001100010000010 | e68f96eb97a6eab59de89882 |
UHC | 揖뗦굝蘂 | 1110101111100111100010111110011010000010100001011110011111011110 | ebe78be68285e7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)