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 | ×Ý××\ | 1101011111011101110101111101011101011100 | d7ddd7d75c |
SJIS-WIN | ×?××\ | 1000000101111110001111111000000101111110100000010111111001011100 | 817e3f817e817e5c |
EUC-JP | ×Ý××\ | 10100001110111111000111110101010111100101010000111011111101000011101111101011100 | a1df8faaf2a1dfa1df5c |
UTF-8 | ×Ý××\ | 110000111001011111000011100111011100001110010111110000111001011101011100 | c397c39dc397c3975c |
UHC | ×?××\ | 1010000110111111001111111010000110111111101000011011111101011100 | a1bf3fa1bfa1bf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)