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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 症ウ | 10001111110001111111000010111100101100111111001011110001 | 8fc7f0bcb3f2f1 |
EUC-JP | 症?ウ? | 101111101100100100111111100011101011001100111111 | bec93f8eb33f |
UTF-8 | 症ウ | 111001111001011110000111111011101000000110111011111011111011110110110011111011101000100010101000 | e79787ee81bbefbdb3ee88a8 |
UHC | 症??? | 1111000111111000001111110011111100111111 | f1f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)