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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?腎其 | 0011111110010000011101001001000110110100 | 3f907491b4 |
EUC-JP | ?腎其 | 0011111110111111110101011100001010110110 | 3fbfd5c2b6 |
UTF-8 | 뤌腎其 | 111010111010010010001100111010001000010110001110111001011000010110110110 | eba48ce8858ee585b6 |
UHC | 뤌腎其 | 100011111011110011100011111011001101000011101100 | 8fbce3ecd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)