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 | 怨棒?? | 100010011000010110010110010111110011111100111111 | 8985965f3f3f |
EUC-JP | 怨棒?? | 101100011110010111001011110000000011111100111111 | b1e5cbc03f3f |
UTF-8 | 怨棒렢넋 | 111001101000000010101000111001101010001110010010111010111010000010100010111010111000010010001011 | e680a8e6a392eba0a2eb848b |
UHC | 怨棒렢넋 | 1110101010110011110111001110101010001110101100111011001111001100 | eab3dcea8eb3b3cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)