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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 羯霏羯霏^ | 111000111011100111101000110000001110001110111001111010001100000001011110 | e3b9e8c0e3b9e8c05e |
EUC-JP | 羯霏羯霏^ | 111001101011101111110000110000101110011010111011111100001100001001011110 | e6bbf0c2e6bbf0c25e |
UTF-8 | 羯霏羯霏^ | 11100111101111101010111111101001100111001000111111100111101111101010111111101001100111001000111101011110 | e7beafe99c8fe7beafe99c8f5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)