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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 燁介坐~ | 11111011010110011000100111101110100011011011111101111110 | fb5989ee8dbf7e |
EUC-JP | 燁介坐~ | 1000111111001010101100111011001011110000101110101100000101111110 | 8fcab3b2f0bac17e |
UTF-8 | 燁介坐~ | 11100111100001111000000111100100101110111000101111100101100111011001000001111110 | e78781e4bb8be59d907e |
UHC | 燁介坐~ | 11100111101001111100101110111111111100011010011001111110 | e7a7cbbff1a67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)