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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迴ア譛ャ逋 | 1110011110001111101100011110011010011100101011001110011110011001 | e78fb1e69cace799 |
EUC-JP | 迴ア譛ャ逋 | 11101101111011111000111010110001111010111111110010001110101011001110110111111001 | edef8eb1ebfc8eacedf9 |
UTF-8 | 迴ア譛ャ逋 | 111010001011111110110100111011111011110110110001111010001010110110011011111011111011110110101100111010011000000010001011 | e8bfb4efbdb1e8ad9befbdace9808b |
UHC | ????逋 | 001111110011111100111111001111111111100011100111 | 3f3f3f3ff8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)