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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 蛹勇] | 1110010110001100100101110100010101011101 | e58c97455d |
EUC-JP | 蛹勇] | 1110100111101100110011011010011001011101 | e9eccda65d |
UTF-8 | 蛹勇] | 11101000100110111011100111100101100010111000011101011101 | e89bb9e58b875d |
UHC | ?勇] | 00111111111010011011100001011101 | 3fe9b85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)