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 | レロ櫤\ | 1101101011011011111110101111001101011100 | dadbfaf35c |
EUC-JP | レロ櫤\ | 1000111011011010100011101101101110001111110001011101010101011100 | 8eda8edb8fc5d55c |
UTF-8 | レロ櫤\ | 11101111101111101001101011101111101111101001101111100110101010111010010001011100 | efbe9aefbe9be6aba45c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)