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 | 篌種Н\ | 11100010101110101000111011101101100001000100111001011100 | e2ba8eed844e5c |
EUC-JP | 篌種Н\ | 11100100101111001011110011101111101001111010111101011100 | e4bcbcefa7af5c |
UTF-8 | 篌種Н\ | 111001111010111110001100111001111010100010101110110100001001110101011100 | e7af8ce7a8aed09d5c |
UHC | ?種Н\ | 001111111111000011111010101011001010111101011100 | 3ff0faacaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)