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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 宥k?^ | 100101110100011110000010100010110011111101011110 | 9747828b3f5e |
EUC-JP | 宥k?^ | 110011011010100010100011111010110011111101011110 | cda8a3eb3f5e |
UTF-8 | 宥k떍^ | 11100101101011101010010111101111101111011000101111101011100101101000110101011110 | e5aea5efbd8beb968d5e |
UHC | 宥k떍^ | 11101010111010011010001111101011100010111010001101011110 | eae9a3eb8ba35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)