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 | 癰??慂?? | 1110000110011110001111110011111110011100110010000011111100111111 | e19e3f3f9cc83f3f |
EUC-JP | 癰??慂?? | 1110000111111110001111110011111111011000110010100011111100111111 | e1fe3f3fd8ca3f3f |
UTF-8 | 癰꾨젩慂딅젧 | 111001111001100110110000111010101011111010101000111011001010000010101001111001101000010110000010111010111001010010000101111011001010000010100111 | e799b0eabea8eca0a9e68582eb9485eca0a7 |
UHC | 癰꾨젩慂딅젧 | 111010001011100110000100111010111010000010100001111010011011110110001010111010111010000010011111 | e8b984eba0a1e9bd8aeba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)