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 | 茱頑蟹\ | 11100100101000111000101011100110100010100100100101011100 | e4a38ae68a495c |
EUC-JP | 茱頑蟹\ | 11101000101001011011010011101000101100111010101001011100 | e8a5b4e8b3aa5c |
UTF-8 | 茱頑蟹\ | 11101000100011001011000111101001101000001001000111101000100111111011100101011100 | e88cb1e9a091e89fb95c |
UHC | 茱頑蟹\ | 11100010101111001110100011010111111110101010111101011100 | e2bce8d7faaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)