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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | シ鮑ォ | 111100011111101110111100111010011011100010101011 | f1fbbce9b8ab |
EUC-JP | ?シ鮑ォ | 00111111100011101011110011110010101110101000111010101011 | 3f8ebcf2ba8eab |
UTF-8 | シ鮑ォ | 111011101000010110110110111011111011110110111100111010011010111010010001111011111011110110101011 | ee85b6efbdbce9ae91efbdab |
UHC | ??鮑? | 0011111100111111111110001110101000111111 | 3f3ff8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)