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 | 症褌ォ | 1000111111000111111001011110110010101011 | 8fc7e5ecab |
EUC-JP | 症褌ォ | 101111101100100111101010111011101000111010101011 | bec9eaee8eab |
UTF-8 | 症褌ォ | 111001111001011110000111111010001010010010001100111011111011110110101011 | e79787e8a48cefbdab |
UHC | 症?? | 11110001111110000011111100111111 | f1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)