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 | ?腎橙 | 0011111110010000011101001001111011110010 | 3f90749ef2 |
EUC-JP | ?腎橙 | 0011111110111111110101011101110011110100 | 3fbfd5dcf4 |
UTF-8 | 뤌腎橙 | 111010111010010010001100111010001000010110001110111001101010100110011001 | eba48ce8858ee6a999 |
UHC | 뤌腎橙 | 100011111011110011100011111011001101010011110010 | 8fbce3ecd4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)