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 | 怨捧?? | 100010011000010110010101111110010011111100111111 | 898595f93f3f |
EUC-JP | 怨捧?? | 101100011110010111001010111110110011111100111111 | b1e5cafb3f3f |
UTF-8 | 怨捧렖렞 | 111001101000000010101000111001101000110110100111111010111010000010010110111010111010000010011110 | e680a8e68da7eba096eba09e |
UHC | 怨捧렖렞 | 1110101010110011110111001110100110001110101010111000111010101111 | eab3dce98eab8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)