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 | 汚щ?? | 100010011001100010000100100010110011111100111111 | 8998848b3f3f |
EUC-JP | 汚щ?? | 101100011111100010100111111010110011111100111111 | b1f8a7eb3f3f |
UTF-8 | 汚щ졅溜 | 1110011010110001100110101101000110001001111011001010000110000101111011111010011110001011 | e6b19ad189eca185efa78b |
UHC | 汚щ졅溜 | 1110011111111101101011001110101110100000101101101110101011111110 | e7fdaceba0b6eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)