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 | ?鋤?\ | 0011111110001111100110110011111101011100 | 3f8f9b3f5c |
EUC-JP | ?鋤?\ | 0011111110111101111110110011111101011100 | 3fbdfb3f5c |
UTF-8 | 렍鋤렺\ | 11101011101000001000110111101001100010111010010011101011101000001011101001011100 | eba08de98ba4eba0ba5c |
UHC | 렍鋤렺\ | 10001110101000111110000010100111100011101100001001011100 | 8ea3e0a78ec25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)