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 | 癲??揖ι? | 111000011001111100111111001111111001011101001011100000111100011100111111 | e19f3f3f974b83c73f |
EUC-JP | 癲??揖ι? | 111000101010000100111111001111111100110110101100101001101100100100111111 | e2a13f3fcdaca6c93f |
UTF-8 | 癲븍㉡揖ι뇦 | 1110011110011001101100101110101110111000100011011110001110001001101000011110011010001111100101101100111010111001111010111000011110100110 | e799b2ebb88de389a1e68f96ceb9eb87a6 |
UHC | 癲븍㉡揖ι뇦 | 111011111010011010111010111010111010100010110010111010111110011110100101111010011000011110001110 | efa6baeba8b2ebe7a5e9878e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)