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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??銑\ | 0011111100111111100100010100110001011100 | 3f3f914c5c |
EUC-JP | ??銑\ | 0011111100111111110000011010110101011100 | 3f3fc1ad5c |
UTF-8 | 롍렍銑\ | 11101011101000011000110111101011101000001000110111101001100010101001000101011100 | eba18deba08de98a915c |
UHC | 롍렍銑\ | 10001110110100111000111010100011111000001101010101011100 | 8ed38ea3e0d55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)