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 | ò·Úí¦±\ | 11110010101101111101101011101101101001101011000101011100 | f2b7daeda6b15c |
SJIS-WIN | ?????±\ | 0011111100111111001111110011111100111111100000010111110101011100 | 3f3f3f3f3f817d5c |
EUC-JP | ò?Úí¦±\ | 10001111101010111101001000111111100011111010101011100010100011111010101110111111100011111010001011000011101000011101111001011100 | 8fabd23f8faae28fabbf8fa2c3a1de5c |
UTF-8 | ò·Úí¦±\ | 11000011101100101100001010110111110000111001101011000011101011011100001010100110110000101011000101011100 | c3b2c2b7c39ac3adc2a6c2b15c |
UHC | ?·???±\ | 001111111010000110100100001111110011111100111111101000011011111001011100 | 3fa1a43f3f3fa1be5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)