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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 症?而 | 1000111111000111001111111000111010100111 | 8fc73f8ea7 |
EUC-JP | 症?而 | 1011111011001001001111111011110010101001 | bec93fbca9 |
UTF-8 | 症렜而 | 111001111001011110000111111010111010000010011100111010001000000010001100 | e79787eba09ce8808c |
UHC | 症렜而 | 111100011111100010001110101011101110110010111011 | f1f88eaeecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)