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 | 紆小] | 1110001011111100100011111010110001011101 | e2fc8fac5d |
EUC-JP | 紆小] | 1110010011111110101111101010111001011101 | e4febeae5d |
UTF-8 | 紆小] | 11100111101101001000011011100101101100001000111101011101 | e7b486e5b08f5d |
UHC | 紆小] | 1110100111100001111000011011001101011101 | e9e1e1b35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)