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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蛯凩蛯几^ | 111001011000001010011001011111011110010110000010100110010111101101011110 | e582997de582997b5e |
EUC-JP | 蛯凩蛯几^ | 111010011110001011010001110111101110100111100010110100011101110001011110 | e9e2d1dee9e2d1dc5e |
UTF-8 | 蛯凩蛯几^ | 11101000100110111010111111100101100001111010100111101000100110111010111111100101100001111010000001011110 | e89bafe587a9e89bafe587a05e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)