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 | 裳○斛 | 100011111101011010000001100110111001110111001101 | 8fd6819b9dcd |
EUC-JP | 裳○斛 | 101111101101100010100001111110111101101011001111 | bed8a1fbdacf |
UTF-8 | 裳○斛 | 111010001010001110110011111000101001011110001011111001101001011010011011 | e8a3b3e2978be6969b |
UHC | 裳○斛 | 110111111101011110100001110110111100110111010111 | dfd7a1dbcdd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)